Method: YARD::CodeObjects::Proxy#hash
- Defined in:
- lib/yard/code_objects/proxy.rb
#hash ⇒ Integer
Returns the object’s hash value (for equality checking).
137 |
# File 'lib/yard/code_objects/proxy.rb', line 137 def hash; path.hash end |