From: "tenderlovemaking (Aaron Patterson)" Date: 2012-11-02T05:04:09+09:00 Subject: [ruby-core:48722] [ruby-trunk - Feature #5690][Closed] Module#qualified_const_get Issue #5690 has been updated by tenderlovemaking (Aaron Patterson). Status changed from Assigned to Closed % Done changed from 0 to 100 I committed this in r37340 and r37335 ---------------------------------------- Feature #5690: Module#qualified_const_get https://bugs.ruby-lang.org/issues/5690#change-32187 Author: wycats (Yehuda Katz) Status: Closed Priority: Normal Assignee: tenderlovemaking (Aaron Patterson) Category: core Target version: 2.0.0 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 -- http://bugs.ruby-lang.org/