# File lib/moneta/adapters/riak.rb, line 38 def delete(key, options = {}) value = load(key, options) @bucket.delete(key, options.dup) value end