Tim Hunter wrote:

> Try map
> 
> converted_array = orginal_array.map {|line| line.to_f * 100 }

Thanks, Tim, Rimantas, and Dan for the unanimous advice. I will study up 
on map.
-- 
Posted via http://www.ruby-forum.com/.