mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 17:43:59 +02:00
parent
b4d5ebcd12
commit
77b3495e97
1 changed files with 1 additions and 1 deletions
|
@ -1935,7 +1935,7 @@ Init_stringio(void)
|
||||||
#undef rb_intern
|
#undef rb_intern
|
||||||
|
|
||||||
#ifdef HAVE_RB_EXT_RACTOR_SAFE
|
#ifdef HAVE_RB_EXT_RACTOR_SAFE
|
||||||
rb_ext_ractor_safe(true);
|
rb_ext_ractor_safe(true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
VALUE StringIO = rb_define_class("StringIO", rb_cObject);
|
VALUE StringIO = rb_define_class("StringIO", rb_cObject);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue