method
lookahead
v1_8_7_72 -
Show latest stable
- Class:
Net::IMAP::ResponseParser
lookahead()private
No documentation available.
# File lib/net/imap.rb, line 2982
def lookahead
unless @token
@token = next_token
end
return @token
end