module Net::IMAP::ResponseParser::ParserUtils

def peek_re(re)

def peek_re(re)
  assert_no_lookahead if config.debug?
  re.match(@str, @pos)
end