[MacRuby] #1320: Adding a new method_missing to the TopLevel breaks calls to super
#1320: Adding a new method_missing to the TopLevel breaks calls to super ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- {{{ module A def method_missing method, *args super end end include A method_missing :test_method }}} This works with CRuby 1.9.2 -- Ticket URL: <http://www.macruby.org/trac/ticket/1320> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby