# File lib/active_ldap/ldif.rb, line 607 def <<(record) @records << record end
# File lib/active_ldap/ldif.rb, line 623 def ==(other) other.is_a?(self.class) and @version == other.version and @records == other.records end
Generated with the Darkfish Rdoc Generator 2.