convert_string(text)
CGI-escapes text
# File lib/rdoc/markup/to_html.rb, line 306 def convert_string(text) CGI.escapeHTML text end