# File lib/facets/core/array/head.rb, line 38
  def body
    slice(0,length-1)
  end