We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c4663 commit 545cee0Copy full SHA for 545cee0
namespace.c
@@ -827,7 +827,6 @@ initialize_root_namespace(void)
827
CONST_ID(id_namespace_entry, "__namespace_entry__");
828
829
root_namespace = rb_obj_alloc(rb_cNamespace);
830
- rb_evict_ivars_to_hash(root_namespace);
831
RCLASS_SET_PRIME_CLASSEXT_WRITABLE(root_namespace, true);
832
RCLASS_SET_CONST_TBL(root_namespace, RCLASSEXT_CONST_TBL(RCLASS_EXT_PRIME(rb_cObject)), true);
833
0 commit comments