class Rake::LinkedList::EmptyLinkedList

def self.cons(head, tail)

def self.cons(head, tail)
  @parent.cons(head, tail)
end