# File lib/rexml/syncenumerator.rb, line 26
    def each
      @biggest.zip( *@gens ) {|a|
        yield(*a[1..-1])
      }
      self
    end