method
pools_for
v2_4_6 -
Show latest stable
- Class:
Gem::RemoteFetcher
pools_for(proxy)private
No documentation available.
# File lib/rubygems/remote_fetcher.rb, line 414
def pools_for proxy
@pool_lock.synchronize do
@pools[proxy] ||= Gem::Request::ConnectionPools.new proxy, @cert_files
end
end