# File lib/more/facets/linkedlist.rb, line 60 def initialize @head = Node.new @tail = Node.new @lookup = Hash.new node_join(@head,@tail) end