class Prawn::Table::Cell::SpanDummy

def bottommost?


Are we on the bottom border of the span?
def bottommost?
  @row == @master_cell.row + @master_cell.rowspan - 1
end