# File lib/active_support/multibyte/chars.rb, line 292
      def rstrip
        chars(@wrapped_string.gsub(UNICODE_TRAILERS_PAT, ''))
      end