method
lookahead
lookahead()
private
Hide source
# File lib/net/imap.rb, line 3352 def lookahead unless @token @token = next_token end return @token end