module I18n::Backend::InterpolationCompiler::Compiler

def compile_interpolation_token(key)

def compile_interpolation_token(key)
  "\#{#{interpolate_or_raise_missing(key)}}"
end