16 Nov
2009
16 Nov
'09
7:16 a.m.
#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/>