#609: Constants and methods are not copied when cloning modules ---------------------------------+------------------------------------------ Reporter: mred@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ Comment(by martinlagardette@…): Just to explain what issues the diff tries to correct: - in `class.c`, it actually copies the methods and the constants when a module or a class is copied[[BR]] - in `vm.cpp`, it removes an apparently wrong loop, which made the return of `m. instance_methods(false)` invalid. -- Ticket URL: <http://www.macruby.org/trac/ticket/609#comment:2> MacRuby <http://macruby.org/>