# File lib/scruffy/helpers/point_container.rb, line 58 def inject memo (minimum_key..maximum_key).each do |i| memo = yield memo, self[i] end memo end