# File lib/active_support/multibyte/chars.rb, line 45
    def initialize(str)
      @string = (str.string rescue str)
    end