diff options
author | S.H <[email protected]> | 2021-06-03 12:04:56 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-02 20:04:56 -0700 |
commit | 28b481938b5c8211aad53ba82fe4ddd978ffc00f (patch) | |
tree | 5e045ebad4b85544472d543af3f25f7c01e735cf /inits.c | |
parent | bc65cf1a920b715635fbd3e658c4abdebfb87e3b (diff) |
Implemented some NilClass method in Ruby code is faster [Feature #17054] (#3366)
Notes
Notes:
Merged-By: k0kubun <[email protected]>
Diffstat (limited to 'inits.c')
-rw-r--r-- | inits.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ rb_call_builtin_inits(void) BUILTIN(array); BUILTIN(kernel); BUILTIN(timev); + BUILTIN(nilclass); Init_builtin_prelude(); } #undef CALL |