Method: Inch::CodeObject::Provider::YARD::Object::Base#aliased_object_fullname

Defined in:
lib/inch/code_object/provider/yard/object/base.rb

#aliased_object_fullnameObject

Returns the fullname of the object that the current object is an alias for



36
37
38
# File 'lib/inch/code_object/provider/yard/object/base.rb', line 36

def aliased_object_fullname
  @aliased_object_fullname
end