Method: YARD::CodeObjects::Proxy#hash

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

#hashInteger

Returns the object’s hash value (for equality checking).

Returns:

  • (Integer)

    the object’s hash value (for equality checking)



137
# File 'lib/yard/code_objects/proxy.rb', line 137

def hash; path.hash end