# File lib/rubygems/mirror/fetcher.rb, line 8 def initialize @http = Net::HTTP::Persistent.new(self.class.name, :ENV) end