= private = protected
new(str)
Create a new Chars instance.
# File activesupport/lib/active_support/multibyte/chars.rb, line 45 def initialize(str) @string = (str.string rescue str) end