#432: Module.nesting not working
-------------------------------------+--------------------------------------
 Reporter:  mattaimone...@…          |       Owner:  lsansone...@…        
     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/>

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to