# File lib/facet/array/head&tail.rb, line 22
  def body
    slice(0,length-1)
  end