# File lib/hashery/open_hash.rb, line 58
    def store(key, value)
      #open!(key)
      super(key, value)
    end