class Asciidoctor::Table::ParserContext

def effective_col_visits

cells plus any active rowspans.
Public: Calculate the effective column visits, which consists of the number of
def effective_col_visits
  @col_visits + @active_rowspans.first
end