class Terminal::Table::Row

def height

def height
  cells.map { |c| c.lines.count }.max || 0
end