class Asciidoctor::AbstractNode

def reftext

Public: A convenience method that returns the value of the reftext attribute with substitutions applied.
def reftext
  (val = @attributes['reftext']) ? (apply_reftext_subs val) : nil
end