# File lib/transaction/simple/group.rb, line 88 88: def start_transaction(name = nil) 89: @objects.each { |obj| obj.start_transaction(name) } 90: end