From 8b0ec6ac5ecb6f75d6f1fd4f63972cc530fef966 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Sat, 21 Mar 2026 03:46:49 -0500 Subject: [PATCH] [ruby/strscan] [DOC] Add doc/.document (https://github.com/ruby/strscan/pull/199) There are a lot of files in the doc directory that we do not want RDoc pages for. Add a doc/.document file to suppress RDoc page generation to only helper_methods.md. https://github.com/ruby/strscan/commit/424375112c --- doc/strscan/.document | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/strscan/.document diff --git a/doc/strscan/.document b/doc/strscan/.document new file mode 100644 index 00000000000000..b8085a84744500 --- /dev/null +++ b/doc/strscan/.document @@ -0,0 +1 @@ +helper_methods.md