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