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