method
    
    process
  process(data)
  public
  
    Hide source    
    
      
  
# File lib/net/imap.rb, line 3284 def process(data) case @state when STATE_USER @state = STATE_PASSWORD return @user when STATE_PASSWORD return @password end end

  