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