Method: YARD::CodeObjects::Base#hash

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

#hashInteger

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

Returns:

  • (Integer)

    the object’s hash value (for equality checking)

[View source]

334
# File 'lib/yard/code_objects/base.rb', line 334

def hash; path.hash end