# File lib/hashery/dictionary.rb, line 291 def store(key, value) @order.push(key) unless @hash.has_key?(key) @hash.store(key, value) end