Method: Path#hash

Defined in:
lib/path/identity.rb

#hashObject

The hash value of the path.



102
103
104
# File 'lib/path/identity.rb', line 102

def hash
  @path.hash
end