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