# File lib/moneta/adapters/hbase.rb, line 61 def delete(key, options = {}) if value = load(key, options) @table.delete_row(key) value end end