# File lib/more/facets/linkedlist.rb, line 101 def shift k = @head.next_node.key n = @lookup.delete(k) node_delete(n) if n end