[DOC] No document for internal or debug methods
This commit is contained in:
parent
baf1403fba
commit
40fc9b070c
1
array.c
1
array.c
@ -8092,6 +8092,7 @@ rb_ary_sum(int argc, VALUE *argv, VALUE ary)
|
||||
return v;
|
||||
}
|
||||
|
||||
/* :nodoc: */
|
||||
static VALUE
|
||||
rb_ary_deconstruct(VALUE ary)
|
||||
{
|
||||
|
1
hash.c
1
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)
|
||||
{
|
||||
|
@ -78,6 +78,7 @@ each_builtin_i(st_data_t key, st_data_t val, st_data_t dmy)
|
||||
return ST_CONTINUE;
|
||||
}
|
||||
|
||||
/* :nodoc: */
|
||||
static VALUE
|
||||
each_builtin(VALUE self)
|
||||
{
|
||||
|
1
shape.c
1
shape.c
@ -1131,6 +1131,7 @@ rb_shape_shapes_available(VALUE self)
|
||||
return INT2NUM(MAX_SHAPE_ID - (GET_SHAPE_TREE()->next_shape_id - 1));
|
||||
}
|
||||
|
||||
/* :nodoc: */
|
||||
static VALUE
|
||||
rb_shape_exhaust(int argc, VALUE *argv, VALUE self)
|
||||
{
|
||||
|
2
vm.c
2
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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user