From 5137af633eddd2f5b71f73be0f07cf7899930da9 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Sun, 10 Jul 2022 09:51:27 -0500 Subject: [PATCH] [ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/61) Omit private aliases from Rdoc. https://github.com/ruby/date/commit/48f9180663 --- ext/date/date_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/date/date_core.c b/ext/date/date_core.c index 7b71a647a6..fa8d673f54 100644 --- a/ext/date/date_core.c +++ b/ext/date/date_core.c @@ -9112,6 +9112,7 @@ mk_ary_of_str(long len, const char *a[]) return o; } +/* :nodoc: */ static VALUE d_lite_zero(VALUE x) {