Libraries
»
escape_utils
(1.3.0)
»
Index
»
EscapeUtils
»
CGIHtmlSafety
»
#unescapeHTML
Method: EscapeUtils::CGIHtmlSafety#unescapeHTML
Defined in:
lib/escape_utils/html/cgi.rb
#
unescapeHTML
(html) ⇒
Object
7 8 9
# File 'lib/escape_utils/html/cgi.rb', line 7
def
unescapeHTML
(
html
)
super
(
html
.
to_s
)
end