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