Class REXML::SyncEnumerator
In: temp/syncenumerator.rb
Parent: Object

Methods

each   length   new   size  

Included Modules

Enumerable

Public Class methods

Creates a new SyncEnumerator which enumerates rows of given Enumerable objects.

Public Instance methods

Enumerates rows of the Enumerable objects.

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

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

[Validate]