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