# File lib/moneta.rb, line 34 def store(key, value, options = {}) ret = super(key, value) update_options(key, options) ret end