summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index d4e7307774..0272df2df2 100644
--- a/vm.c
+++ b/vm.c
@@ -1801,7 +1801,7 @@ Init_VM(void)
rb_undef_alloc_func(rb_cRubyVM);
/* ::VM::FrozenCore */
- fcore = rb_module_new();
+ fcore = rb_class_new(rb_cBasicObject);
RBASIC(fcore)->flags = T_ICLASS;
klass = rb_singleton_class(fcore);
rb_define_method_id(klass, id_core_set_method_alias, m_core_set_method_alias, 3);