class Prawn::Table::Cells

def row_count


Returns the number of rows in the list.
def row_count
  index_cells unless defined?(@indexed) && @indexed
  @row_count
end