Method: Gem::Net::HTTP::Persistent#timeout_key
- Defined in:
- lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb
#timeout_key ⇒ Object (readonly)
Where this instance’s last-use times live in the thread local variables
431 432 433 |
# File 'lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb', line 431 def timeout_key @timeout_key end |