convert(text)
Converts text to an HTML-safe label
# File lib/rdoc/markup/to_label.rb, line 31 def convert text label = convert_flow @am.flow text CGI.escape label end