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