diff options
author | Takashi Kokubun <[email protected]> | 2022-11-15 21:34:30 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-15 21:34:30 -0800 |
commit | e7443dbbcaf82eee200d33a5c3bc374ad9eec8a7 (patch) | |
tree | 876d854ae567dceb7f659fecc5ebe1c0ae421a62 /inits.c | |
parent | 41b0f641ef0671d8cde397e56b1eb3c6b8e0f0db (diff) |
Rewrite Symbol#to_sym and #intern in Ruby (#6683)
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
@@ -99,6 +99,7 @@ rb_call_builtin_inits(void) BUILTIN(warning); BUILTIN(array); BUILTIN(kernel); + BUILTIN(symbol); BUILTIN(timev); BUILTIN(thread_sync); BUILTIN(yjit); |