Method: Shomen::Model::Module#namespace

Defined in:
lib/shomen/model/module.rb

#namespaceObject

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