class Asciidoctor::AbstractBlock

def number

Deprecated: Legacy property to get the String or Integer numeral of this section.
def number
  (Integer @numeral) rescue @numeral
end