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