# File lib/i18n/backend/interpolation_compiler.rb, line 88 def escape_plain_str(str) str.gsub(/"|\\|#/) {|x| "\\#{x}"} end