Method: Steep::ModuleName#parent
- Defined in:
- lib/steep/module_name.rb
#parent ⇒ Object
103 104 105 106 107 108 109 110 |
# File 'lib/steep/module_name.rb', line 103 def parent components = components() components.pop unless components.empty? self.class.parse(components.join("::")) end end |