module Prawn
module Prawn::Errors
module Prawn::Table::Cell::InTable
module Prawn::Table::Interface
class Prawn::Document
class Prawn::Table
class Prawn::Table::Cell
class Prawn::Table::Cell::Image
class Prawn::Table::Cell::SpanDummy
class Prawn::Table::Cell::Subtable
class Prawn::Table::Cell::Text
class Prawn::Table::Cells
class Prawn::Table::ColumnWidthCalculator
prawn-table
0.2.2
# bottommost?
def bottommost? @row == @master_cell.row + @master_cell.rowspan - 1 end