In this case you can do
a.map(&1.method(:+))
But only because 1 + x is usually the same as x + 1.
Here is a discussion of this practice in a performance context.
2.1m questions
2.1m answers
60 comments
57.0k users