Issue #6828 has been reported by trans (Thomas Sawyer). ---------------------------------------- Feature #6828: Constancy of Constants https://bugs.ruby-lang.org/issues/6828 Author: trans (Thomas Sawyer) Status: Open Priority: Normal Assignee: Category: core Target version: 2.0.0 =begin Could have swore there was a recent issue addressing this, but couldn't find it, so... I hope by Ruby 2.0 module Foo::Bar::Baz will be equivalent to module Foo; module Bar; module Baz That constant lookup doesn't work the same for both is really really really annoying. =end -- http://bugs.ruby-lang.org/