class HighLine::ListRenderer

def stringfy_list(list)

def stringfy_list(list)
  list.map { |row| row_to_s(row) }.join
end