Provide some helpers for array math These will only work on arrays of number values
Get the average value for an array
# File lib/openshift-origin-node/utils/cgroups/monitored_gear.rb, line 10 def average inject(&:+) / length end
Generated with the Darkfish Rdoc Generator 2.