Ruby Array Join
%w{this is a test} * ", " # => "this, is, a, test"
patrick204nqh
%w{this is a test} * ", " # => "this, is, a, test"