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