1: 2: 3: 4:
# replace some text in each 2nd element products.each do |foo, bar| bar.gsub!("the", "The") end