From 28b481938b5c8211aad53ba82fe4ddd978ffc00f Mon Sep 17 00:00:00 2001 From: "S.H" Date: Thu, 3 Jun 2021 12:04:56 +0900 Subject: Implemented some NilClass method in Ruby code is faster [Feature #17054] (#3366) --- inits.c | 1 + 1 file changed, 1 insertion(+) (limited to 'inits.c') diff --git a/inits.c b/inits.c index 185f14b820..3e04c26111 100644 --- a/inits.c +++ b/inits.c @@ -97,6 +97,7 @@ rb_call_builtin_inits(void) BUILTIN(array); BUILTIN(kernel); BUILTIN(timev); + BUILTIN(nilclass); Init_builtin_prelude(); } #undef CALL -- cgit v1.2.1