# File lib/active_support/core_ext/string/unicode.rb, line 30
        def chars
          ActiveSupport::Multibyte::Chars.new(self)
        end