unescape_element(str)
Synonym for CGI::unescapeElement(str)
# File lib/cgi/util.rb, line 146 def CGI::unescape_element(str) unescapeElement(str) end