# File lib/i18n/backend/interpolation_compiler.rb, line 38
        def interpolated_str?(str)
          str.kind_of?(::String) && str =~ INTERPOLATION_SYNTAX_PATTERN
        end