# File lib/hashery/lru_hash.rb, line 114 def [](key) fetch(key) do |k| @default_proc ? @default_proc[self, k] : default end end