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