_why et al, I found the following difference. I'm using Windows XP.
# test.rb
Shoes.app do
para "file name: #{ARGV[0]}"
end
With Shoes-0.r1091, output is:
file name: C:\rubyprograms\shoes\test\test.rb
With Shoes-0.r1123, output is:
file name:
Umm... ARGV[0] is not set?
Regards,
ashbb
