Array Ruby

%w[pea queue are].inject(0) {|total, word| total + word.length }  # => 11