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