class Asciidoctor::Document

def xreftext xrefstyle = nil

def xreftext xrefstyle = nil
  (val = reftext) && !val.empty? ? val : title
end