handle_special_TIDYLINK(special)
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