lib/net/imap/response_parser/parser_utils.rb in net-imap-0.4.4 vs lib/net/imap/response_parser/parser_utils.rb in net-imap-0.4.5
- old
+ new
@@ -6,10 +6,10 @@
# basic utility methods for parsing.
#
# (internal API, subject to change)
module ParserUtils # :nodoc:
- module Generator
+ module Generator # :nodoc:
LOOKAHEAD = "(@token ||= next_token)"
SHIFT_TOKEN = "(@token = nil)"
# we can skip lexer for single character matches, as a shortcut