method
split
![Some documentation Importance_1](https://d2vfyqvduarcvs.cloudfront.net/images/importance_1.png?1349367920)
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.
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.