[Source]
# File lib/active_ldap/operations.rb, line 393 393: def to_modify_entries 394: attributes.collect do |key, value| 395: [:add, key, value] 396: end 397: end
[Validate]