I have a method that takes an array of strings and joins them so they do something like this:
>> my_arr => [\"A\", \"B\", \"C\"] >> and_join(m
It would be worth looking at the to_sentence extension method for arrays that rails provides.
to_sentence