Skip to content

Commit 5a7c6ad

Browse files
committed
📚 Add :nodoc: to internal parser utils
1 parent f27dd4c commit 5a7c6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/imap/response_parser/parser_utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ResponseParser
88
# (internal API, subject to change)
99
module ParserUtils # :nodoc:
1010

11-
module Generator
11+
module Generator # :nodoc:
1212

1313
LOOKAHEAD = "(@token ||= next_token)"
1414
SHIFT_TOKEN = "(@token = nil)"

0 commit comments

Comments
 (0)