class Bundler::Persistent::Net::HTTP::Persistent::TimedStackMulti

def fetch_connection options = {} # :nodoc:

:nodoc:
def fetch_connection options = {} # :nodoc:
  connection_args = options[:connection_args]
  @enqueued -= 1
  lru_update connection_args
  @ques[connection_args].pop
end