# File lib/anemone/storage/pstore.rb, line 11 def initialize(file) File.delete(file) if File.exists?(file) @store = ::PStore.new(file) @keys = {} end