Categories: None [Edit]
sync_enum
Iterate over multiple enumerators in parallel, using the external
interface based on the #next method. Each call to #next returns an
array, containing the next element for each of the enumerators. A
StopIteration exception is raised as soon as any of the enumerators
runs out of elements.
SyncEnum differs from the standard library's REXML::SyncEnumerator in
its use of the #next external iterator interface, while
REXML::SyncEnumerator uses an #each internal iterator interface. The
external interface is more convenient when you expect to end
iteration before reaching the end of any of the enumerations,
including cases where an enumerator generates an unending sequence.
Total
Ranking: 137,485 of 190,817
Downloads: 4,476
Daily
Ranking: 86,657 of 190,529
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,258,238,803 | bundler |
| 8 | 1,261,508,384 | rake |
| 29 | 959,827,974 | rspec |
| 56 | 663,110,630 | rubocop |
| 177 | 277,168,706 | launchy |
| 188 | 261,217,824 | rubocop-rspec |
| 1,262 | 35,149,540 | rubocop-rake |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | brucetesar |