Method: Path#inspect

Defined in:
lib/path/identity.rb

#inspectObject

A representation of the path.



112
113
114
# File 'lib/path/identity.rb', line 112

def inspect
  "#<Path #{@path}>"
end