Categories: None [Edit]
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
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 |
|---|
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | penntaylor |