module I18n::Backend::InterpolationCompiler::Compiler

def escape_key_sym(key)

def escape_key_sym(key)
  # rely on Ruby to do all the hard work :)
  key.to_sym.inspect
end