From daec5f9edcfbf98b10a4bfc1aa501c9ac2c64841 Mon Sep 17 00:00:00 2001 From: "S.H" Date: Sat, 2 Jan 2021 11:39:07 +0900 Subject: Improve performance some Float methods [Feature #17498] (#4018) --- inits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inits.c') diff --git a/inits.c b/inits.c index 95c6229dcc..d2c99ed495 100644 --- a/inits.c +++ b/inits.c @@ -87,7 +87,7 @@ rb_call_builtin_inits(void) #define BUILTIN(n) CALL(builtin_##n) BUILTIN(gc); BUILTIN(ractor); - BUILTIN(integer); + BUILTIN(numeric); BUILTIN(io); BUILTIN(dir); BUILTIN(ast); -- cgit v1.2.1