Method: Typhoeus::Request#hash

Defined in:
lib/typhoeus/request.rb

#hashInteger

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Overrides Object#hash.

Returns:

  • (Integer)

    The integer representing the request.

Since:

  • 0.5.0



157
158
159
# File 'lib/typhoeus/request.rb', line 157

def hash
  Zlib.crc32 cache_key
end