From: "ko1 (Koichi Sasada)" Date: 2012-07-14T15:31:31+09:00 Subject: [ruby-core:46419] [ruby-trunk - Feature #5690] Module#qualified_const_get Issue #5690 has been updated by ko1 (Koichi Sasada). Tracker changed from Bug to Feature ---------------------------------------- Feature #5690: Module#qualified_const_get https://bugs.ruby-lang.org/issues/5690#change-28041 Author: wycats (Yehuda Katz) Status: Assigned Priority: Normal Assignee: matz (Yukihiro Matsumoto) 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/