Tom Cloyd schrieb:
> List and Wayne,
> 
>> As Nicholas said, this does sound like a path problem.
> 
> 
> For some reason, Nicholas' email came to me with only the text to which 
> he  was replying. It was empty, otherwise, so I never got his email, in 
> effect.
> 
> About the hypothesis that I'm having a path problem - I thought this 
> too,  and so moved my one line program to     
> "C:\ruby\rubygems-0.8.11\bin", so  that "gem" could be in the root and 
> thus be found. It was...but the error  message remained the same:
> 
> ---
> C:/ruby/rubygems-0.8.11/bin/railsinstall.rb:1: warning: parenthesize  
> argument(s) for future version
> C:/ruby/rubygems-0.8.11/bin/railsinstall.rb:1: warning: parenthesize  
> argument(s) for future version
> C:/ruby/rubygems-0.8.11/bin/railsinstall.rb:1: undefined method `-@' 
> for  Object:Class (NoMethodError)
> Execution completed with exit code 1.
> ---
> 
> QUESTION: Where I can find out what these warnings are saying?

Hi Tom,

you can't put the line into a Ruby script because it's not Ruby code. 
You're supposed to enter it in the DOS shell or put it into a DOS script.

HTH

Regards,
Pit