# File lib/moneta/adapters/pstore.rb, line 37 def store(key, value, options = {}) @backend.transaction { @backend[key] = value } end