Method: YARD::CodeObjects::Base#inspect
- Defined in:
- lib/yard/code_objects/base.rb
#inspect ⇒ String
Inspects the object, returning the type and path
513 514 515 |
# File 'lib/yard/code_objects/base.rb', line 513 def inspect "#<yardoc #{type} #{path}>" end |