From: SASADA Koichi Date: 2012-02-25T13:31:25+09:00 Subject: [ruby-core:42885] Re: [ruby-trunk - Bug #5690][Open] Module#qualified_const_get (2011/11/30 12:10), Yehuda Katz wrote: > It would be great if there was a way to dynamically load a constant path: > > module Foo > module Bar > module Baz > end > end > end > > Foo.qualified_const_get("Bar::Baz") => Foo::Bar::Baz Any progress on it? There are several similar proposals. I think 2.0 is a good opportunity to finish such discussion. BTW, is it a "BUG"? (on title) -- // SASADA Koichi at atdot dot net