Method: CowProxy::Hash#hash

Defined in:
lib/cow_proxy/hash.rb

#hashIntenger

Compute a hash-code for this hash. Two hashes with the same content will have the same hash code (and will compare using eql?).

Returns:

  • (Intenger)

    calculated hash code



82
83
84
# File 'lib/cow_proxy/hash.rb', line 82

def hash
  __getobj__.hash
end