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