# File lib/moneta/adapters/riak.rb, line 54 def clear(options = {}) @bucket.keys do |keys| keys.each{ |key| @bucket.delete(key) } end self end