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