Method: Inch::CodeObject::Proxy::Base#fullname
- Defined in:
- lib/inch/code_object/proxy/base.rb
#fullname ⇒ String
Returns the fully qualified name of an object, e.g. “Inch::CodeObject::Provider::YARD::Docstring”.
108 109 110 |
# File 'lib/inch/code_object/proxy/base.rb', line 108 def fullname self[:fullname] end |