class Prawn::Table::Cells

def column_count


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