Method: Shomen::Model::Module#namespace
- Defined in:
- lib/shomen/model/module.rb
#namespace ⇒ Object
Namespace of module is the path of the class or module containing this module.
18 19 20 |
# File 'lib/shomen/model/module.rb', line 18 def namespace @namespace end |