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