# File temp/syncenumerator.rb, line 25
    def each
      @length.times {|i|
        yield @gens.collect {|x| x[i]}
      }
      self
    end