method
split
v2.1.0 -
Show latest stable
- Class:
ActiveSupport::Multibyte::Chars
split(*args)public
Works just like String#split, with the exception that the items in the resulting list are Chars instances instead of String. This makes chaining methods easier.