module Im::ModuleConstAdded def const_added(const_name) # ... ::Im::ExplicitNamespace.__update_cpaths( prefix, "#{cpath}::#{const_name}" ) super end end ::Module.prepend(Im::ModuleConstAdded)
module Im::ModuleConstAdded def const_added(const_name) # ... ::Im::ExplicitNamespace.__update_cpaths( prefix, "#{cpath}::#{const_name}" ) super end end ::Module.prepend(Im::ModuleConstAdded)