Skip to content

Commit

Permalink
📚 Add :nodoc: to internal parser utils
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Nov 9, 2023
1 parent 2bcc6ef commit 5849df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/imap/response_parser/parser_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ResponseParser
# (internal API, subject to change)
module ParserUtils # :nodoc:

module Generator
module Generator # :nodoc:

LOOKAHEAD = "(@token ||= next_token)"
SHIFT_TOKEN = "(@token = nil)"
Expand Down

0 comments on commit 5849df8

Please sign in to comment.