# File lib/hashery/linked_list.rb, line 57
    def [](key)
      @lookup[key].value
    end