[MacRuby-devel] [MacRuby] #121: +new does not call -init

MacRuby ruby-noreply at macosforge.org
Mon Sep 1 17:24:56 PDT 2008


#121: +new does not call -init
-----------------------------------+----------------------------------------
 Reporter:  lsansonetti at apple.com  |       Owner:  lsansonetti at 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/>



More information about the MacRuby-devel mailing list