= private = protected
each()
Enumerates rows of the Enumerable objects.
# File lib/rexml/syncenumerator.rb, line 25 def each @length.times {|i| yield @gens.collect {|x| x[i]} } self end