75 76 77
# File 'lib/rbdb/table.rb', line 75 def delete(record_id) @records.delete("#{record_id}") end