Categories: None [Edit]

reductions

https://rubygems.org/gems/reductions
https://github.com/penntaylor/reductions
Reductions is an addition to Enumerable that returns an array containing all of the intermediate values that would be generated in a call to Enumerable#reduce. (5..10).reductions(:+) # => [5, 11, 18, 26, 35, 45]

Total

Ranking: 155,261 of 196,672
Downloads: 3,820

Daily

Ranking: 58,925 of 196,643
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconpenntaylor