handle_special_CROSSREF(special)
Converts the CROSSREF special to plain text, removing the suppression marker, if any
# File lib/rdoc/markup/to_label.rb, line 41 def handle_special_CROSSREF special text = special.text text.sub(/^\\/, '') end