class Rake::LinkedList::EmptyLinkedList

def empty?

def empty?
  true
end