Method: Inch::Language::Elixir::CodeObject::Base#parent
- Defined in:
- lib/inch/language/elixir/code_object/base.rb
#parent ⇒ CodeObject::Proxy?
Returns the parent of the current object or nil.
145 146 147 |
# File 'lib/inch/language/elixir/code_object/base.rb', line 145 def parent object_lookup.find(self[:parent_fullname]) end |