#188: Using the class method `private' on a Kernel method causes an endless loop. -------------------------------------+-------------------------------------- Reporter: eloy.de.en...@… | Owner: lsansone...@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by lsansone...@…):
* status: new => closed * resolution: => fixed * milestone: => MacRuby 0.5 Comment: Unless I'm missing something, this seems to be fixed in trunk. {{{ $ ./miniruby -e "module Kernel; def foo;p 42;end; private :foo; end; foo" 42 $ ruby19 -e "module Kernel; def foo;p 42;end; private :foo; end; foo" 42 }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/188#comment:1> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel