# File lib/facets/core/array/head.rb, line 17
def
tail
slice
(
1
,
length
-
1
)
end