fetcher()
Default fetcher instance. Use this instead of ::new to reduce object allocation.
# File lib/rubygems/spec_fetcher.rb, line 41 def self.fetcher @fetcher ||= new end