# File lib/transaction/simple/group.rb, line 120
  def abort_transaction(name = nil)
    @objects.each { |obj| obj.abort_transaction(name) }
  end