Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
18 additions
and 3 deletions.
@@ -1,4 +1 @@ | ||
fails:Enumerable#grep grep without a block should return an array of all elements === pattern | ||
fails:Enumerable#grep grep with a block should return an array of elements === pattern passed through block | ||
fails:Enumerable#grep grep the enumerable (rubycon legacy) | ||
fails:Enumerable#grep can use $~ in the block when used with a Regexp |