aboutsummaryrefslogtreecommitdiffstats
path: root/inits.c
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-09-27 12:39:53 -0400
committerKevin Newton <kddnewton@gmail.com>2023-09-27 13:57:38 -0400
commit3d0a46796b780417096b65de5edb590d3b1537f1 (patch)
tree973fb1135d3d8ddfd5ebd6c8171b2bef8507d60e /inits.c
parent4f73a7c2f7ff16aa78cf0dec2d4c7f90a2c41c9b (diff)
downloadruby-3d0a46796b780417096b65de5edb590d3b1537f1.tar.gz
Rename YARP symbols to prism
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inits.c b/inits.c
index 606138958b..46530bb6d0 100644
--- a/inits.c
+++ b/inits.c
@@ -76,7 +76,7 @@ rb_call_inits(void)
CALL(ast);
CALL(gc_stress);
CALL(shape);
- CALL(YARP);
+ CALL(Prism);
// enable builtin loading
CALL(builtin);