# File lib/facets/core/array/head.rb, line 26
  def foot
    slice(-1,1)
  end