# File lib/active_ldap/ldif.rb, line 647 647: def ==(other) 648: other.is_a?(self.class) and 649: @dn == other.dn and 650: Attributes.normalize(@attributes) == 651: Attributes.normalize(other.attributes) 652: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.