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

def shutdown_connections # :nodoc:

:nodoc:
def shutdown_connections # :nodoc:
  @ques.each_key do |key|
    super connection_args: key
  end
end