strip()
Strips entire range of Unicode whitespace from the right and left of the string.
# File activesupport/lib/active_support/multibyte/chars.rb, line 186 def strip rstrip.lstrip end