Sha256: 6f14dd1f59566312153589464c166afff582cfebc0620ce3025ecf8e31e9bd49
Contents?: true
Size: 335 Bytes
Versions: 5
Compression:
Stored size: 335 Bytes
Contents
# This file contains code based on the EscapeUtils project. See the file LICENSE-EscapeUtils.txt for details. require 'walters/html/html_safety' class CGI extend ::Walters::HtmlSafety extend ::Walters::HtmlUnescape class << self alias escapeHTML walters_escape_html alias unescapeHTML walters_unescape_html end end
Version data entries
5 entries across 5 versions & 1 rubygems