# File lib/active_ldap/operations.rb, line 467 def to_modify_entries return [[:delete, full_attribute_name, []]] if attributes.empty? attributes.collect do |key, value| [:delete, key, value] end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.