Hi all.
I noticed that with MRI on windows, if you have
./xxx.bat
and you do
system(“xxx”)
it fails because it refuses to run anything from the current working
directory, citing it as a security concern.
Jruby, however, is more true to the OS and allows it to be run. Is this
a spec bug in jruby, think you?
I guess it is…
-r