------ art_96935_7844006.1227133412025 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wed, Nov 19, 2008 at 2:46 PM, equinox <aditya15417 / gmail.com> wrote: > On Nov 19, 2:41 pm, Glen Holcomb <damnbig... / gmail.com> wrote: > > [Note: parts of this message were removed to make it a legal post.] > > > > On Wed, Nov 19, 2008 at 2:31 PM, equinox <aditya15... / gmail.com> wrote: > > > Okay so I've downloaded the One-Click Ruby Installer for Windows and > > > installed it well under C:\Program Files\ruby > > > and now what do I need to do to use it? I've gone into the command > > > line and try to execute some commands but it doesn't work.. where do I > > > need to put the .rb files to? > > > > Is the ruby binary in your path? Are you typing the following: ruby > > file.rb > > > > -- > > "Hey brother Christian with your high and mighty errand, Your actions > speak > > so loud, I can't hear a word you're saying." > > > > -Greg Graffin (Bad Religion) > > no it is not in my path, I am using irb as of now.. I have tried to > load it in the irb > but it doesn't work... > So you are trying to read a source file and execute the code in irb? To do that you need to type the following in your irb session: source file_name.rb -- "Hey brother Christian with your high and mighty errand, Your actions speak so loud, I can't hear a word you're saying." -Greg Graffin (Bad Religion) ------ art_96935_7844006.1227133412025--