# File lib/net/ldap/filter.rb, line 230
    def negate(filter)
      new(:not, filter, nil)
    end