# File lib/facets/more/lisp.rb, line 316 def prod(list) accumulate(lambda { |x, y| x * y }, 1, list) end