Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enumerable#sum without blocks. Closes #5505. Don't assume 0 identity for sum. | Jeremy Kemper | 2006-06-25 | 1 | -3/+23 |
* | Add Enumerable#index_by | Nicholas Seckar | 2006-06-24 | 1 | -0/+10 |
* | Added Enumerable#sum for calculating a sum from the elements [DHH] | David Heinemeier Hansson | 2006-06-24 | 1 | -1/+8 |
* | Remove Enumerable#first_match in favor of using break(result_for_each) | Nicholas Seckar | 2006-05-21 | 1 | -10/+0 |
* | Add Enumerable#group_by and Array#in_groups_of | Marcel Molina | 2006-03-01 | 1 | -1/+16 |
* | Added Enumerable#first_match | Nicholas Seckar | 2005-10-14 | 1 | -0/+15 |