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