From: "alexeymuranov (Alexey Muranov)" Date: 2012-08-04T04:39:14+09:00 Subject: [ruby-core:46972] [ruby-trunk - Feature #6828] Constancy of Constants Issue #6828 has been updated by alexeymuranov (Alexey Muranov). Did you mean #6810 by any chance? ---------------------------------------- Feature #6828: Constancy of Constants https://bugs.ruby-lang.org/issues/6828#change-28634 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/