Method: Inch::Language::JavaScript::CodeObject::Base#aliased_object
- Defined in:
- lib/inch/language/javascript/code_object/base.rb
#aliased_object ⇒ CodeObject::Proxy
Returns the object the current object is an alias of.
25 26 27 |
# File 'lib/inch/language/javascript/code_object/base.rb', line 25 def aliased_object object_lookup.find(self[:aliased_object_fullname]) end |