# File lib/haml/helpers.rb, line 572
      def escape_once(text)
        text = text.to_s
        text.gsub!(HTML_ESCAPE_ONCE_REGEX){|s| HTML_ESCAPE[s]}
        text
      end