class Prawn::Table::Cells
def height_with_span
including spanned cells if the cell is the master cell
Returns the total height of all rows in the selected set
def height_with_span aggregate_cell_values(:row, :height, :max) end
def height_with_span aggregate_cell_values(:row, :height, :max) end