# File lib/hashery/casting_hash.rb, line 74
    def store(key, value)
      super(*cast_pair(key, value))
    end