Could you file a bug @ http://rubyforge.org/projects/ironruby/?
Thanks, Tomas -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Alex 2k8 Sent: Friday, January 09, 2009 7:55 AM To: [email protected] Subject: [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: #<ArgumentError: wrong number or type of arguments for `private_method'> - - - - - Alex. -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
