summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/pathname/pathname.c4
-rw-r--r--test/pathname/test_ractor.rb22
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 @@