# File lib/haml/helpers.rb, line 538
      def html_escape(text)
        text = text.to_s
        text.gsub(HTML_ESCAPE_REGEX, HTML_ESCAPE)
      end