#564: Scoping within nested classes is broken ---------------------------------------+------------------------------------ Reporter: joshua.ballanco@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: module ---------------------------------------+------------------------------------ The following code throws an 'uninitialize constant: A::C::D::B' error, when it should actually just find the module "B" -- {{{ module A module B end class C end class C::D include B end end }}} Note: Removing the surrounding "module A" eliminates the lookup problem. -- Ticket URL: <http://www.macruby.org/trac/ticket/564> MacRuby <http://macruby.org/>