Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #591 from kachick/implement-enumerable-each_with_o…
…bject Implement Enumerable#each_with_object
- Loading branch information
Showing
with
9 additions
and 5 deletions.
@@ -1,3 +1 @@ | ||
fails:Enumerable#each_with_object passes each element and its argument to the block | ||
fails:Enumerable#each_with_object returns an enumerator if no block | ||
fails:Enumerable#each_with_object gathers whole arrays as elements when each yields multiple |