Windows system("@rem") behavior

Hello all.
Noticed this in doze:

system(“rem echo 3”)
=> true

which is expected, I think (rem makes it passed out to dos, dos ignores
the line).

Then this also occurs:

system("@rem echo 3")
=> nil

I believe this “should” have been true as well (and is, at least in
python). Any comments here?
Thanks!
-r

This bug has been since fixed in trunk.

http://www.ruby-forum.com/topic/1076501#new