# File lib/net/http/connection_pool.rb, line 168 def empty! @pool_mutex.synchronize do @pool.each(&:finish) @pool = [] end end