Array Ruby

data = ['1', '2', '3']
s = ''
data.each { |x| s << x << ' and a '}