class Prawn::Table::Cells

def height


Returns the total height of all rows in the selected set.
def height
  aggregate_cell_values(:row, :height_ignoring_span, :max)
end