shelvacu (Shel vacu)
- Login: shelvacu
- Registered on: 02/29/2016
- Last sign in: 02/29/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
02/29/2016
-
06:35 PM Ruby Feature #12115: Add Symbol#call to allow to_proc shorthand with arguments
- I agree that there should be some syntax for doing this, but I don't think this is the proper way to do it.
Personally, the syntax is confusing to me. I would prefer something like:
~~~ruby
[1,2,16].map(&:to_s(16))
~~~
This wa...