class Asciidoctor::Table::ParserContext
def effective_col_visits
Public: Calculate the effective column visits, which consists of the number of
def effective_col_visits @col_visits + @active_rowspans.first end
def effective_col_visits @col_visits + @active_rowspans.first end