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