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