The enumerable-extra library provides overridden Enumerable methods that make it easier to handle common operations that apply to each element of a list without resorting to Symbol#to_proc. It also adds an Enumerable#sum method.
Daniel Berger
gem "enumerable-extra", "~> 0.1.2"