# File lib/asciidoctor/abstract_node.rb, line 258
  def reftext
    (val = @attributes['reftext']) ? (apply_reftext_subs val) : nil
  end