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