# File lib/pstore.rb, line 217
  def delete(name)
    in_transaction_wr()
    @table.delete name
  end