I'll be pushing it out tonight. JD
-----Original Message----- From: Tomas Matousek <tomas.matou...@microsoft.com> Sent: January 08, 2009 5:28 PM To: ironruby-core@rubyforge.org <ironruby-core@rubyforge.org> Cc: Jim Deville <jdevi...@microsoft.com> Subject: RE: [Ironruby-core] local variables: Ruby vs. IronRuby difference? I fixed this a couple days ago. Don't know whether it has already been pushed out. Jim? Tomas -----Original Message----- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Alex 2k8 Sent: Thursday, January 08, 2009 4:53 PM To: ironruby-core@rubyforge.org Subject: [Ironruby-core] local variables: Ruby vs. IronRuby difference? Hello, Ruby: irb(main):001:0> foo = 3 => 3 irb(main):002:0> foo => 3 IronRuby: >>> foo = 3 => 3 >>> foo :0: undefined method `foo' for main:Object (NoMethodError) Any idea, why this error thrown by IronRuby? - Alex -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core