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