Class

REXML::SyncEnumerator

Inheritance
< Object
Included Modules
Enumerable

Methods

Class

Visibility Signature
public new (*enums)

Instance

Visibility Signature
public each () {|*a[1..-1]| ...}
public length ()
public size ()

Class Method Detail

new(*enums)

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

Instance Method Detail

each() {|*a[1..-1]| ...}

Enumerates rows of the Enumerable objects.

length()

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

size()

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