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