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