This method is deprecated or moved on the latest stable version.
The last existing version (v2.1.0) is shown here.
to_str()
public
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