summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-12-18 19:57:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-12-18 20:17:45 +0900
commit40fc9b070ca68e0bd1d57e4dd712172e2faeaa2b (patch)
tree0602932d5397387b49c133b0806d48708d070d66 /vm.c
parentbaf1403fba01c36b44dbd7bc658fed748ee7bc1e (diff)
[DOC] No document for internal or debug methods
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index f82523ad4e..1b03950340 100644
--- a/vm.c
+++ b/vm.c
@@ -3761,6 +3761,7 @@ f_sprintf(int c, const VALUE *v, VALUE _)
return rb_f_sprintf(c, v);
}
+/* :nodoc: */
static VALUE
vm_mtbl(VALUE self, VALUE obj, VALUE sym)
{
@@ -3768,6 +3769,7 @@ vm_mtbl(VALUE self, VALUE obj, VALUE sym)
return Qnil;
}
+/* :nodoc: */
static VALUE
vm_mtbl2(VALUE self, VALUE obj, VALUE sym)
{