From e2fddbc4b51a16e214a581779d28a5095916aebe Mon Sep 17 00:00:00 2001 From: nick evans Date: Tue, 22 Nov 2022 12:27:37 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Fix=20constants=20rdoc=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without resetting to the default section, code that's loaded later may be documented in the wrong place --- lib/net/imap/flags.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/net/imap/flags.rb b/lib/net/imap/flags.rb index 68bb8b81..88091d01 100644 --- a/lib/net/imap/flags.rb +++ b/lib/net/imap/flags.rb @@ -257,5 +257,6 @@ class IMAP < Protocol # special use is likely not to be supported. TRASH = :Trash + # :section: end end