diff options
-rw-r--r-- | ext/pathname/pathname.c | 4 | ||||
-rw-r--r-- | test/pathname/test_ractor.rb | 22 |
2 files changed, 26 insertions, 0 deletions
@@ -1512,6 +1512,10 @@ path_f_pathname(VALUE self, VALUE str) void Init_pathname(void) { InitVM(pathname); rb_cPathname = rb_define_class("Pathname", rb_cObject); @@ -0,0 +1,22 @@ |