class ActiveSupport::Multibyte::Chars

def chars(string) #:nodoc:

:nodoc:
def chars(string) #:nodoc:
  self.class.new(string)
end