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