Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
glob_pattern Struct Reference

Data Fields

char * str
 
enum glob_pattern_type type
 
bool follow_symlinks
 
struct glob_pattern * next
 

Detailed Description

Definition at line 2257 of file dir.c.

Field Documentation

◆ follow_symlinks

bool glob_pattern::follow_symlinks

Definition at line 2260 of file dir.c.

◆ next

struct glob_pattern* glob_pattern::next

Definition at line 2261 of file dir.c.

◆ str

char* glob_pattern::str

Definition at line 2258 of file dir.c.

◆ type

enum glob_pattern_type glob_pattern::type

Definition at line 2259 of file dir.c.


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