# File lib/facet/string/chars.rb, line 19
  def first_chars(n=1)
    self.slice(0,n)
  end