# File lib/moneta/adapters/hbase.rb, line 69 def clear(options = {}) @table.create_scanner do |row| @table.delete_row(row.row) end self end