# File lib/asciidoctor/inline.rb, line 57
  def reftext
    (val = @text) ? (apply_reftext_subs val) : nil
  end