This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
handle_special_TIDYLINK(special)
public
Converts the TIDYLINK special to just the text part
# File lib/rdoc/markup/to_label.rb, line 50
def handle_special_TIDYLINK special
text = special.text
return text unless text =~ /\{(.*?)\}\[(.*?)\]/ or text =~ /(\S+)\[(.*?)\]/
$1
end