method
chars
v4.2.7 -
Show latest stable
- Class:
ActiveSupport::Multibyte::Chars
chars(string)protected
No documentation available.
# File activesupport/lib/active_support/multibyte/chars.rb, line 216
def chars(string) #:nodoc:
self.class.new(string)
end