Flowdock
method

pools_for

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: RemoteFetcher
pools_for(proxy) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.