Method: Path#hash

Defined in:
lib/epath/identity.rb

#hashObject

The hash value of the path.



104
105
106
# File 'lib/epath/identity.rb', line 104

def hash
  @path.hash
end