# File lib/pstore.rb, line 235
  def commit
    in_transaction
    @abort = false
    throw :pstore_abort_transaction
  end