natesymer (Nathaniel Symer)
- Login: natesymer
- Email: nate@natesymer.com
- Registered on: 04/27/2014
- Last sign in: 04/27/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/27/2014
-
10:48 PM Ruby Feature #9778 (Rejected): Bring shortcut methods to Hash
- My obsession with easy syntax annoys me when I see `Hash#merge` does not have a shortcut in the form of a mathematical operation (like `-` or `+`).
~~~ruby
h_one = { :foo => "bar", :this => "that", :all => "nothing" }
h_two = { :foo...