class ActiveSupport::Multibyte::Chars

def chars(string)

def chars(string)
  self.class.new(string)
end