class Net::IMAP::SASL::ClientAdapter

def initialize(client, &command_proc)

command_proc automatically.
Subclasses may override it, for example: to set the appropriate
By default, this simply sets the #client and #command_proc attributes.
def initialize(client, &command_proc)
  @client, @command_proc = client, command_proc
end