xavriley (Xavier Riley)
- Login: xavriley
- Registered on: 03/21/2018
- Last sign in: 03/21/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
03/21/2018
-
03:49 PM Ruby Feature #14197: `Enumerable#{select,reject}` accept a pattern argument
- This issue is also related https://bugs.ruby-lang.org/issues/9602
One interesting point there is the case where a pattern and a block are given:
~~~ ruby
%w{ant bear cat}.select(/bear/) {||x| x === "cat" }
~~~
This issue also ...