unescape_html(str)
Synonym for CGI::unescapeHTML(str)
# File lib/cgi/util.rb, line 92 def CGI::unescape_html(str) unescapeHTML(str) end