Return to Snippet

Revision: 2476
at February 26, 2007 19:04 by wackimonki


Initial Code
@items.sum { |item| item.price }

Initial URL


Initial Description
This will add up all the prices and return it?
What does |item| mean exactly?

Initial Title
Totalling All of a Variable

Initial Tags
rails

Initial Language
Ruby