summaryrefslogtreecommitdiff
path: root/ext/pathname/pathname.c
diff options
context:
space:
mode:
-rw-r--r--ext/pathname/pathname.c4
1 files changed, 4 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);