escape_html(str)
Synonym for CGI::escapeHTML(str)
# File lib/cgi/util.rb, line 87 def CGI::escape_html(str) escapeHTML(str) end