join method can take an optional parameter that's placed between each element in the resulting string
x = ["Word", "Play", "Fun"] puts x.join(', ')