# File lib/facets/core/string/chars.rb, line 8
  def chars
    self.split(//)
  end