# File lib/i18n/backend/interpolation_compiler.rb, line 59 def compile_interpolation_token(key) "\#{#{interpolate_or_raise_missing(key)}}" end