# File lib/net/http/persistent.rb, line 498 def shutdown_in_all_threads Thread.list.each do |thread| shutdown thread end nil end