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 #568 from kostya/partition
array#partition
- Loading branch information
Showing
with
9 additions
and 6 deletions.
@@ -1,3 +1 @@ | ||
fails:Enumerable#partition returns two arrays, the first containing elements for which the block is true, the second containing the rest | ||
fails:Enumerable#partition returns an Enumerator if called without a block | ||
fails:Enumerable#partition gathers whole arrays as elements when each yields multiple |