Method: CowProxy::Hash#hash
- Defined in:
- lib/cow_proxy/hash.rb
#hash ⇒ Intenger
Compute a hash-code for this hash. Two hashes with the same content will have the same hash code (and will compare using eql?).
82 83 84 |
# File 'lib/cow_proxy/hash.rb', line 82 def hash __getobj__.hash end |