Re: [Ironruby-core] Misleading error message calling private method

2009-01-09 Thread Tomas Matousek
That's the right way :) 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 1:25 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Misleading

Re: [Ironruby-core] Misleading error message calling private method

2009-01-09 Thread Alex 2k8
Hi, Tomas I submitted it as bug # 23508, thought did no assignments. - Alex -- Posted via http://www.ruby-forum.com/. ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] Misleading error message calling private method

2009-01-09 Thread Tomas Matousek
: [Ironruby-core] Misleading error message calling private method Hello, IronRuby throws misleading error message, when I call private method of the C# class. - - - - C# public class Cls { private void private_method() {} } Ruby: Cls.new.private_method Output: # - - - - - Alex

[Ironruby-core] Misleading error message calling private method

2009-01-09 Thread Alex 2k8
Hello, IronRuby throws misleading error message, when I call private method of the C# class. - - - - C# public class Cls { private void private_method() {} } Ruby: Cls.new.private_method Output: # - - - - - Alex. -- Posted via http://www.ruby-forum.com/. __