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