Method: Path#inspect

Defined in:
lib/path/identity.rb

#inspectObject

A representation of the path.



114
115
116
# File 'lib/path/identity.rb', line 114

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