# File lib/i18n/backend/interpolation_compiler.rb, line 44
        def tokenize(str)
          str.split(TOKENIZER)
        end