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

def lru_update connection_args # :nodoc:

:nodoc:
def lru_update connection_args # :nodoc:
  @lru.delete connection_args
  @lru[connection_args] = true
end