Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #10993 from Empact/result-each-enumerator | Carlos Antonio da Silva | 2013-06-25 | 1 | -1/+0 |
| | | | | Change Result#each to return an Enumerator when called without a block. | ||||
* | Change Result#each to return an Enumerator when called without a block. | Ben Woosley | 2013-06-18 | 1 | -0/+33 |
As with #10992, this lets us call #with_index, etc on the results. |