class Object

Constants

ACTIVE_LDAP_CONNECTION_ADAPTERS

Public Instance Methods

each() { |next_element| ... } click to toggle source
# File lib/active_ldap/adapter/jndi_connection.rb, line 6
def each
  while has_more_elements
    yield(next_element)
  end
end