5 # Creates a new SyncEnumerator which enumerates rows of given
10 @gens.each {|x| @biggest = x if x.size > @biggest.size }
13 # Returns the number of enumerated Enumerable objects, i.e. the size
19 # Returns the number of enumerated Enumerable objects, i.e. the size
25 # Enumerates rows of the Enumerable objects.
27 @biggest.zip( *@gens ) {|a|