# File lib/active_ldap/ldif.rb, line 847 847: def <<(operation) 848: @operations << operation 849: end
# File lib/active_ldap/ldif.rb, line 856 856: def ==(other) 857: super(other) and @operations == other.operations 858: end
# File lib/active_ldap/ldif.rb, line 851 851: def add_operation(type, attribute, options, attributes) 852: klass = self.class.const_get("#{type.to_s.capitalize}Operation") 853: self << klass.new(attribute, options, attributes) 854: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.