# File lib/hashery/ordered_hash.rb, line 65
      def []=(key, value)
        @keys << key unless key?(key)
        super(key, value)
      end