# File lib/openid/fetchers.rb, line 92 def self.fetcher if @fetcher.nil? @fetcher = StandardFetcher.new end return @fetcher end