Flowdock
method

new

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: ConnectionPools
new(proxy_uri, cert_files) public

No documentation

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

Hide source
# File lib/rubygems/request/connection_pools.rb, line 12
  def initialize proxy_uri, cert_files
    @proxy_uri  = proxy_uri
    @cert_files = cert_files
    @pools      = {}
    @pool_mutex = Mutex.new
  end
Register or log in to add new notes.