= private = protected
each()
Enumerates rows of the Enumerable objects.
# File lib/rexml/syncenumerator.rb, line 26 def each @biggest.zip( *@gens ) {|a| yield(*a[1..-1]) } self end