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: 103,735 of 184,912
Downloads: 6,941

Daily

Ranking: 33,617 of 184,894
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
26857,627,590rspec

Owners

#GravatarHandle
1iconscottlsteele