Ruby What's the fastest way to sum up an Array in Ruby? Let's say you have an array of numbers. How do you get the sum of them? One way is to iterate through the list and start adding them up one