# File lib/active_support/multibyte/chars.rb, line 173
      def split(*args)
        @wrapped_string.split(*args).map { |i| i.mb_chars }
      end