#514: Singleton + Inheritance causes ArgumentError --------------------------------+------------------------------------------- Reporter: lastobelus@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: Singleton, inheritance --------------------------------+------------------------------------------- Comment(by lsansonetti@…): The problem seems to be in the "call_method_missing" section of the dispatcher. +new is properly called but then -initialize is messaged with 6 arguments, strangely. -- Ticket URL: <http://www.macruby.org/trac/ticket/514#comment:3> MacRuby <http://macruby.org/>