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