# File lib/terminal-table/row.rb, line 34
def
height
cells
.
map
{
|
c
|
c
.
lines
.
count
}.
max
||
0
end