Method: EscapeUtils::CGIHtmlSafety#escapeHTML
- Defined in:
- lib/escape_utils/html/cgi.rb
#escapeHTML(html) ⇒ Object
3 4 5 |
# File 'lib/escape_utils/html/cgi.rb', line 3 def escapeHTML(html) ::EscapeUtils::HtmlSafety.escape_once(html) { |s| super(s) } end |