rstrip()
Strips entire range of Unicode whitespace from the right of the string.
# File activesupport/lib/active_support/multibyte/chars.rb, line 176 def rstrip chars(@wrapped_string.gsub(Unicode::TRAILERS_PAT, '')) end