# File lib/facet/string/chars.rb, line 9
  def chars
    self.split(//)
  end