# File lib/core/facets/indexable.rb, line 39
  def tail
    slice(1,length-1)
  end