# File lib/pstore.rb, line 261
  def abort
    in_transaction
    @abort = true
    throw :pstore_abort_transaction
  end