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