module Tins::ProcPrelude

def tail

def tail
  lambda { |*list| list[1..-1] }
end