# File lib/haml/helpers.rb, line 510
    def html_escape(text)
      Haml::Util.silence_warnings {text.to_s.gsub(/[\"><&]/n) {|s| HTML_ESCAPE[s]}}
    end