The magic method to make String and Chars
comparable
# File activesupport/lib/active_support/multibyte/chars.rb, line 38
def to_str
# Using any other ways of overriding the String itself will lead you all the way from infinite loops to
# core dumps. Don't go there.
@string
end