# File lib/haml/helpers/xss_mods.rb, line 65 def haml_concat_with_haml_xss(text = "") haml_concat_without_haml_xss(@_haml_concat_raw ? text : haml_xss_html_escape(text)) end