Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
chdir_data Struct Reference

Data Fields

VALUE old_path
 
VALUE new_path
 
int done
 
bool yield_path
 

Detailed Description

Definition at line 1045 of file dir.c.

Field Documentation

◆ done

int chdir_data::done

Definition at line 1047 of file dir.c.

◆ new_path

VALUE chdir_data::new_path

Definition at line 1046 of file dir.c.

◆ old_path

VALUE chdir_data::old_path

Definition at line 1046 of file dir.c.

◆ yield_path

bool chdir_data::yield_path

Definition at line 1048 of file dir.c.


The documentation for this struct was generated from the following file: