# File lib/rake/linked_list.rb, line 84
    def initialize(head, tail=EMPTY)
      @head = head
      @tail = tail
    end