rokob (Andrew Ledvina)
- Login: rokob
- Email: wvvwwvw@gmail.com
- Registered on: 05/07/2014
- Last sign in: 02/10/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
02/10/2015
-
10:30 PM Ruby Feature #5663: Combined map/select method
- ~~~
The only caveat is that it would be impossible to intentionally return nil here
~~~
I don't see why you need that, just have the block return a pair `(keep_if_true, mapped_value)`. I also would second the name `filter_map`. Igno...