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