diff options
author | Burdette Lamar <[email protected]> | 2022-07-10 09:51:27 -0500 |
---|---|---|
committer | git <[email protected]> | 2022-07-10 23:51:41 +0900 |
commit | 5137af633eddd2f5b71f73be0f07cf7899930da9 (patch) | |
tree | 516c79b8333dca7d3d6b992e17f340e6be2c6e9f /ext/date/date_core.c | |
parent | ec09ba58d11f9679dade7df1973b60b1f6ebcaf3 (diff) |
[ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/61)
Omit private aliases from Rdoc.
https://github.com/ruby/date/commit/48f9180663
Diffstat (limited to 'ext/date/date_core.c')
-rw-r--r-- | ext/date/date_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |