# File lib/more/facets/linkedlist.rb, line 93
        def first
                @head.next_node.value
        end