diff options
Diffstat (limited to 'inits.c')
| -rw-r--r-- | inits.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -52,6 +52,8 @@ rb_call_inits(void) CALL(Time); CALL(Random); CALL(load); + CALL(Ruby_module); + CALL(Box); CALL(Proc); CALL(Binding); CALL(Math); @@ -78,7 +80,6 @@ rb_call_inits(void) CALL(Prism); CALL(unicode_version); CALL(Set); - CALL(Namespace); // enable builtin loading CALL(builtin); |
