# File lib/anemone/storage/pstore.rb, line 26 def delete(key) @keys.delete(key) @store.transaction { |s| s.delete key} end