# File lib/more/facets/linkedlist.rb, line 122 def pop k = @tail.prev_node.key n = @lookup.delete(k) node_delete(n) if n end