--0016e6dee96eed1b2f0466482925 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Actually the mac ports ruby gives me a different version: $ ruby1.9 -v ruby 1.9.0 (2008-07-25 revision 18217) [i686-darwin9] Maybe I have a wrong package? I installed it today with: $ sudo port install ruby19 Anyways the error is the same as with ruby which I compiled myself, even though it introduces itself as revision 21907 On Sun, Mar 29, 2009 at 10:39 PM, Eric Jacoboni <jaco / neottia.net> wrote: > Bartlomiej Owczarek <bartlomiej / owczarek.com.pl> writes: > > > $ more x.rb > > puts "hey!" > > I've installed Ruby 1.9 via MacPorts (MacBook Pro and 10.5.6), and it runs > ok: > > % ruby1.9 -v > ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-darwin9] > % ruby1.9 -e "puts 'hello world'" > hello world > > > --0016e6dee96eed1b2f0466482925--