lib/googleauth/stores/file_token_store.rb in googleauth-0.15.1 vs lib/googleauth/stores/file_token_store.rb in googleauth-0.16.0
- old
+ new
@@ -38,9 +38,10 @@
# Create a new store with the supplied file.
#
# @param [String, File] file
# Path to storage file
def initialize options = {}
+ super()
path = options[:file]
@store = YAML::Store.new path
end
# (see Google::Auth::Stores::TokenStore#load)