# File lib/googleauth/stores/file_token_store.rb, line 42 def initialize options = {} path = options[:file] @store = YAML::Store.new path end