# File lib/innate/helper/cgi.rb, line 40
      def html_unescape(input)
        ::CGI.unescapeHTML(input.to_s)
      end