diff options
| author | Satoshi Tagomori <tagomoris@gmail.com> | 2025-05-08 23:53:20 +0900 |
|---|---|---|
| committer | Satoshi Tagomori <tagomoris@gmail.com> | 2025-05-11 23:32:50 +0900 |
| commit | 8ecc04dc042d2dc24379dec34ae33fa483faa267 (patch) | |
| tree | 4ae785ba9662c0258666a04b643ccde147416350 /object.c | |
| parent | 82f645e818a6c8029c40fd3cddcec7e2d3c1b559 (diff) | |
Delete code for debugging namespace
Diffstat (limited to 'object.c')
| -rw-r--r-- | object.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -4603,13 +4603,6 @@ InitVM_Object(void) rb_define_method(rb_cModule, "deprecate_constant", rb_mod_deprecate_constant, -1); /* in variable.c */ rb_define_method(rb_cModule, "singleton_class?", rb_mod_singleton_p, 0); - // TODO: only for development - rb_define_method(rb_cModule, "debug_duplicate_classext", rb_class_debug_duplicate_classext, 1); - rb_define_method(rb_cModule, "debug_dump_all_classext", rb_class_debug_dump_all_classext, 0); - rb_define_method(rb_cModule, "debug_dump_all_classext_super", rb_class_debug_dump_all_classext_super, 1); - - rb_define_method(rb_cBasicObject, "debug_print_module", rb_class_debug_print_module, 0); - rb_define_method(rb_singleton_class(rb_cClass), "allocate", rb_class_alloc_m, 0); rb_define_method(rb_cClass, "allocate", rb_class_alloc_m, 0); rb_define_method(rb_cClass, "new", rb_class_new_instance_pass_kw, -1); |
