# File lib/active_support/multibyte/chars.rb, line 64 def split(*args) @string.split(*args).map { |i| i.chars } end