[MacRuby] #1320: Adding a new method_missing to the TopLevel breaks calls to super

MacRuby ruby-noreply at macosforge.org
Mon Jun 6 16:50:44 PDT 2011


#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/>



More information about the macruby-tickets mailing list