# File lib/hashery/linkedlist.rb, line 67
        def [](v)
                @lookup[v].value
        end