# File lib/hashery/ordered_hash.rb, line 84
      def reject!
        super
        sync_keys!
        self
      end