# File lib/haml/helpers.rb, line 566
      def escape_once(text)
        text = text.to_s
        text.gsub!(HTML_ESCAPE_ONCE_REGEX, HTML_ESCAPE)
        text
      end