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