[Source]
# File lib/active_ldap/operations.rb, line 432 432: def to_modify_entries 433: attributes.collect do |key, value| 434: [:add, key, value] 435: end 436: end
[Validate]