# File lib/openid/consumer.rb, line 438 def initialize(store, fetcher=nil) if fetcher.nil? fetcher = StandardFetcher.new end @store = store @fetcher = fetcher @ca_path = nil end