diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-12-18 19:57:45 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2023-12-18 20:17:45 +0900 |
commit | 40fc9b070ca68e0bd1d57e4dd712172e2faeaa2b (patch) | |
tree | 0602932d5397387b49c133b0806d48708d070d66 /hash.c | |
parent | baf1403fba01c36b44dbd7bc658fed748ee7bc1e (diff) |
[DOC] No document for internal or debug methods
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |