# File lib/erubis/engine/eperl.rb, line 32 def escape_text(text) return text.gsub!(/['\\]/, '\\\\\&') || text end