From: Nathan Smith Date: 2007-01-27T16:03:59+09:00 Subject: Re: How do you run a .rb file in mac? ------=_Part_75651_3187651.1169881436016 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 1/27/07, Dark Lord wrote: > > Hello. I created a ruby program in Smultron, but I couldn't figure out > how to run it on a mac. Should I download anything to execute it? I > thought Macs had ruby pre -installed. Thanks. > > -- > Posted via http://www.ruby-forum.com/. > > Open /Applications/Utilities/Terminal.app and type: ruby file.rb You could also type irb to get an interactive console. Nate ------=_Part_75651_3187651.1169881436016--