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