# 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
# File lib/scruffy/helpers/point_container.rb, line 54 def maximum_key self.keys.sort.last end
Generated with the Darkfish Rdoc Generator 2.