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