= private = protected
new(*enums)
Creates a new SyncEnumerator which enumerates rows of given Enumerable objects.
# File lib/rexml/syncenumerator.rb, line 7 def initialize(*enums) @gens = enums @length = @gens.collect {|x| x.size }.max end