Method: YARD::CodeObjects::Base#inspect

Defined in:
lib/yard/code_objects/base.rb

#inspectString

Inspects the object, returning the type and path

Returns:

  • (String)

    a string describing the object


513
514
515
# File 'lib/yard/code_objects/base.rb', line 513

def inspect
  "#<yardoc #{type} #{path}>"
end