# File lib/active_support/multibyte/chars.rb, line 53
    def initialize(str)
      @string = str.respond_to?(:string) ? str.string : str
    end