Ruby REXML::SyncEnumerator Functions

EditRocket provides the following information on REXML::SyncEnumerator functions in the Ruby source code builder.

each() - Enumerates rows of the Enumerable objects.

length() - Returns the number of enumerated Enumerable objects, i.e. the size of each row.

new(*enums) - Creates a new SyncEnumerator which enumerates rows of given Enumerable objects.

size() - Returns the number of enumerated Enumerable objects, i.e. the size of each row.