[MacRuby-devel] [MacRuby] #432: Module.nesting not working

MacRuby ruby-noreply at macosforge.org
Sun Nov 15 23:16:23 PST 2009


#432: Module.nesting not working
-------------------------------------+--------------------------------------
 Reporter:  mattaimonetti@…          |       Owner:  lsansonetti@…        
     Type:  defect                   |      Status:  new                  
 Priority:  minor                    |   Milestone:                       
Component:  MacRuby                  |    Keywords:                       
-------------------------------------+--------------------------------------
 {{{
 $ ruby1.9 -e "module M1; module M2; p Module.nesting;  end; end"
 [M1::M2, M1]
 $ macruby -e "module M1; module M2; p Module.nesting;  end; end"
 nil
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/432>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list