# File lib/net/ldap.rb, line 976 def delete_attribute dn, attribute modify :dn => dn, :operations => [[:delete, attribute, nil]] end