Re: [Ironruby-core] IronRuby hosting: self becomes nil

2009-01-10 Thread Alex 2k8
Submitted as Bug # 23512. http://rubyforge.org/tracker/index.php?func=detail&aid=23512&group_id=4359&atid=16798 BTW, Tomas, thank you for your responses! - Alex -- Posted via http://www.ruby-forum.com/. ___ Ironruby-core mailing list Ironruby-core@rub

Re: [Ironruby-core] IronRuby hosting: self becomes nil

2009-01-09 Thread Tomas Matousek
Yes, please. Thanks, Tomas -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Alex 2k8 Sent: Friday, January 09, 2009 4:00 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] IronRuby hosting: self becomes

Re: [Ironruby-core] IronRuby hosting: self becomes nil

2009-01-09 Thread Alex 2k8
Hello, Should I report this as IronRuby bug? - 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] IronRuby hosting: self becomes nil

2009-01-08 Thread Alex 2k8
Hello, I get very odd results with attached code: - - - # nil # - - - While was expected - - - # # # - - - The 'nil' is printed by this expression: form = form.test and the test method definition is: class Object def test p self end end The hint: 'form' variable was set b