# File lib/active_support/multibyte/chars.rb, line 322
      def reverse
        chars(self.class.g_unpack(@wrapped_string).reverse.flatten.pack('U*'))
      end