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