# File lib/net/ldap/filter.rb, line 78
  def Filter::ne attribute, value; Filter.new :ne, attribute, value; end