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