I\'m trying to grab data from a MySQL database and use Ruby to reformat it into a flat text file. Some of my MySQL data contains double quotes like so:
<
Other choices are:
s.tr! '"', '|' s2 = s.tr '"', '|'