class HighLine::List

def stringfy(row)

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