method

chars

rails latest stable - Class: ActiveSupport::Multibyte::Chars
chars(string)
private

No documentation available.

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