# File lib/active_ldap/ldif.rb, line 607 607: def <<(record) 608: @records << record 609: end
# File lib/active_ldap/ldif.rb, line 623 623: def ==(other) 624: other.is_a?(self.class) and 625: @version == other.version and @records == other.records 626: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.