Class: Module
- Inherits:
-
Object
- Object
- Module
- Defined in:
- lib/rails_extend/core/module.rb
Instance Method Summary collapse
Instance Method Details
#root_module ⇒ Object
3 4 5 |
# File 'lib/rails_extend/core/module.rb', line 3 def root_module name.split('::')[0].constantize end |