method
lookahead
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
lookahead()
private
Hide source
# File lib/net/imap.rb, line 3281 def lookahead unless @token @token = next_token end return @token end