# File lib/table_print/formatter.rb, line 15
    def format(value)
      value.to_s.gsub(/\r\n/, "\n").gsub(/\n/, " ")
    end