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