class ActiveLdap::Ldif

def each(&block)

def each(&block)
  @records.each(&block)
end