Sha256: 79fe5ccd59a2cfbc2d83ae0db570ff5173b37b04a075301b0bbd6dfd4b763226
Contents?: true
Size: 331 Bytes
Versions: 2
Compression:
Stored size: 331 Bytes
Contents
# This file contains code based on the EscapeUtils project. See the file LICENSE-EscapeUtils.txt for details. require_relative 'html_safety' module CGI extend ::Walters::HtmlSafety extend ::Walters::HtmlUnescape class << self alias escapeHTML walters_escape_html alias unescapeHTML walters_unescape_html end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
walters-0.1.0-java | lib/walters/html/cgi.rb |
walters-0.1.0 | lib/walters/html/cgi.rb |