Method: Typhoeus::Request#hash
- Defined in:
- lib/typhoeus/request.rb
#hash ⇒ Integer
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.
157 158 159 |
# File 'lib/typhoeus/request.rb', line 157 def hash Zlib.crc32 cache_key end |