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