# File lib/net/ldap/filter.rb, line 169
    def le(attribute, value)
      new(:le, attribute, value)
    end