module Net::IMAP::ResponseParser::ParserUtils
def lookahead?(*symbols)
def lookahead?(*symbols) @token if symbols.include?((@token ||= next_token)&.symbol) end
def lookahead?(*symbols) @token if symbols.include?((@token ||= next_token)&.symbol) end