workmad3 (David Workman)
- Login: workmad3
- Email: me@workmad3.com
- Registered on: 11/27/2014
- Last sign in: 11/27/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
11/27/2014
-
03:03 PM Ruby Feature #10552: [PATCH] Add Enumerable#frequencies and Enumerable#relative_frequencies
- I like this idea, but I think it could be improved by allowing .frequencies to take a block and it will count the frequencies of the return value of the block, similar to .all?, .any? and .none?
This would allow the frequencies method...