# File lib/facet/string/first_char.rb, line 8
  def first_char(n=1)
    slice(0, n.to_i)
  end