# File lib/i18n/backend/transliterator.rb, line 33
        def transliterate(string, replacement = nil)
          @rule.call(string)
        end