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