Categories: None [Edit]
iterable
Provides the class IterableArray, which implements all of the methods of Array
(as of Ruby 1.9.3) in an iterable-aware fashion. I.e., behavior is defined to
the greatest extent possible for operations that modify an IterableArray from
within an iteration block (e.g. each, map, delete_if, reverse_each). To use,
call #to_iter on a pre-existing Array or use IterableArray.new; the
IterableArray should act identically to a regular Array except that it
responds logically to modifications during iteration.
Total
Ranking: 103,735 of 184,912
Downloads: 6,941
Daily
Ranking: 33,617 of 184,894
Downloads: 0
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 |
---|---|---|
26 | 857,627,590 | rspec |
Owners
# | Gravatar | Handle |
---|---|---|
1 | scottlsteele |