[Source]
# File lib/active_ldap/operations.rb, line 370 370: def load(operator, options) 371: operator.delete_entry(dn, {:controls => controls}.merge(options)) 372: end
[Validate]