class TablePrint::NoNewlineFormatter

def format(value)

def format(value)
  value.to_s.gsub(/\r\n/, "\n").gsub(/\n/, " ")
end