# File lib/moneta/mixins.rb, line 242 def create(key, value, options = {}) if key? key false else store(key, value, options) true end end