#207: Kernel#framework calls global #copy method while loading Cocoa. -------------------------------------+-------------------------------------- Reporter: eloy.de.enige@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- Comment(by lsansonetti@…): This is because Kernel is included in NSObject and that the new method conflicts with -[NSObject copy]. MacRuby should not try to override these methods. -- Ticket URL: <http://www.macruby.org/trac/ticket/207#comment:1> MacRuby <http://macruby.org/>