# File lib/facets/core/array/head.rb, line 9
  def head
    slice(0,1)
  end