method

chars

chars(string)
protected

No documentation available.

# File activesupport/lib/active_support/multibyte/chars.rb, line 674
        def chars(string) #:nodoc:
          self.class.new(string)
        end