We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c138c commit 31c1f36Copy full SHA for 31c1f36
ruby.c
@@ -757,8 +757,6 @@ ruby_init_loadpath(void)
757
rb_ary_push(load_path, path);
758
paths += len + 1;
759
}
760
-
761
- rb_const_set(rb_cObject, rb_intern_const("TMP_RUBY_PREFIX"), ruby_prefix_path);
762
763
764
@@ -1772,7 +1770,6 @@ static void
1772
1770
ruby_init_prelude(void)
1773
1771
{
1774
Init_builtin_features();
1775
- rb_const_remove(rb_cObject, rb_intern_const("TMP_RUBY_PREFIX"));
1776
1777
1778
void rb_call_builtin_inits(void);
0 commit comments