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 #605 from kachick/implement-enumerable-reverse_each
Implement Enumerable#reverse_each
- Loading branch information
Showing
with
6 additions
and 2 deletions.
@@ -1,3 +1 @@ | ||
fails:Enumerable#reverse_each traverses enum in reverse order and pass each element to block | ||
fails:Enumerable#reverse_each returns an Enumerator if no block given | ||
fails:Enumerable#reverse_each gathers whole arrays as elements when each yields multiple |