2 Sep
2008
2 Sep
'08
12:24 a.m.
#121: +new does not call -init -----------------------------------+---------------------------------------- Reporter: lsansonetti@apple.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.3 Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- {{{ $ ./miniruby -e "class X; def init; p 42; super; end; end; X.new" $ ./miniruby -e "class X; def init; p 42; super; end; end; X.alloc.init" 42 $ }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/121> MacRuby <http://macruby.org/>