# File lib/moneta/wrapper.rb, line 31
    def create(key, value, options = {})
      wrap(:create, key, value, options) { super }
    end