# File lib/mini_mime.rb, line 72 def []=(key, val) rval = @hash[key] = val @hash.shift if @hash.length > @size rval end