method
chars
chars(string)
protected
Hide source
# File activesupport/lib/active_support/multibyte/chars.rb, line 216 def chars(string) #:nodoc: self.class.new(string) end