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