Categories: None [Edit]

iterable

https://rubygems.org/gems/iterable
https://github.com/scooter-dangle/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: 102,356 of 180,416
Downloads: 6,555

Daily

Ranking: 69,238 of 180,403
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
23765,945,450rspec

Owners

#GravatarHandle
1iconscottlsteele