class HighLine::ListRenderer

def row_to_s(row)

def row_to_s(row)
  row.compact.join(row_join_string) + "\n"
end