[Source]
# File lib/active_ldap/operations.rb, line 447 447: def to_modify_entries 448: attributes.collect do |key, value| 449: [:add, key, value] 450: end 451: end
[Validate]