summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2023-12-18 19:57:45 +0900
committerNobuyoshi Nakada <[email protected]>2023-12-18 20:17:45 +0900
commit40fc9b070ca68e0bd1d57e4dd712172e2faeaa2b (patch)
tree0602932d5397387b49c133b0806d48708d070d66 /hash.c
parentbaf1403fba01c36b44dbd7bc658fed748ee7bc1e (diff)
[DOC] No document for internal or debug methods
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index 5d210a5e6e..cf83675c70 100644
--- a/hash.c
+++ b/hash.c
@@ -4684,6 +4684,7 @@ rb_hash_to_proc(VALUE hash)
return rb_func_lambda_new(hash_proc_call, hash, 1, 1);
}
+/* :nodoc: */
static VALUE
rb_hash_deconstruct_keys(VALUE hash, VALUE keys)
{