# File lib/mail/multibyte/chars.rb, line 175
        def rstrip
          chars(@wrapped_string.gsub(Unicode::TRAILERS_PAT, ''))
        end