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