class Bundler::Persistent::Net::HTTP::Persistent::Pool

def initialize(options = {}, &block)

def initialize(options = {}, &block)
  super
  @available = Bundler::Persistent::Net::HTTP::Persistent::TimedStackMulti.new(@size, &block)
  @key = "current-#{@available.object_id}"
end