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