5 6 7
# File 'lib/babbage/array.rb', line 5 def self.average(array) sum(array).to_f / array.length end