method

pools_for

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