Re: [MacRuby] #19: Problems with method_missing
#19: Problems with method_missing ----------------------------------------+----------------------------------- Reporter: vincent.isambart@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------------+----------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: MacRuby 0.5 => MacRuby 0.8 Comment: Looks like it's fixed for me in trunk. {{{ $ ./miniruby t.rb method unknown_method missing /Users/lrz/src/macruby-trunk/t.rb:4:in `method_missing:': super: no superclass method `method_missing' for #<NSObject:0x4004a0800> (NoMethodError) from /Users/lrz/src/macruby-trunk/t.rb:8:in `<main>' $ ruby t.rb method unknown_method missing t.rb:4:in `method_missing': super: no superclass method `unknown_method' (NoMethodError) from t.rb:8 }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/19#comment:6> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby