This project is closed and read-only.
Backport #8434 ยป 0001-Remove-dangling-rb_class_init_copy-reference.patch
| include/ruby/intern.h | ||
|---|---|---|
|
VALUE rb_class_boot(VALUE);
|
||
|
VALUE rb_class_new(VALUE);
|
||
|
VALUE rb_mod_init_copy(VALUE, VALUE);
|
||
|
VALUE rb_class_init_copy(VALUE, VALUE);
|
||
|
VALUE rb_singleton_class_clone(VALUE);
|
||
|
void rb_singleton_class_attached(VALUE,VALUE);
|
||
|
VALUE rb_make_metaclass(VALUE, VALUE);
|
||