# File lib/erubis/enhancer.rb, line 707 def _add_text_to_str(str, text) return if !text || text.empty? str << text.gsub(/[`\#\\]/, '\\\\\&') end