|
|
|
|
|
by JasserInicide
545 days ago
|
|
I don't understand the point of it when the `.map(&:upcase)` syntax is shorter. This just seems like yet another syntactic sugar Rubyism that doesn't really add anything. If it's an alternative to the `|x|` syntax when using only one block variable, then I like that. |
|
The `&:` doesn't work in that context