Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
rb_scan_args_t Struct Reference

Data Fields

int kw_flag
 
int n_lead
 
int n_opt
 
int n_trail
 
bool f_var
 
bool f_hash
 
bool f_block
 

Detailed Description

Definition at line 2140 of file class.c.

Field Documentation

◆ f_block

bool rb_scan_args_t::f_block

Definition at line 2147 of file class.c.

◆ f_hash

bool rb_scan_args_t::f_hash

Definition at line 2146 of file class.c.

◆ f_var

bool rb_scan_args_t::f_var

Definition at line 2145 of file class.c.

◆ kw_flag

int rb_scan_args_t::kw_flag

Definition at line 2141 of file class.c.

Referenced by rb_scan_args_kw().

◆ n_lead

int rb_scan_args_t::n_lead

Definition at line 2142 of file class.c.

◆ n_opt

int rb_scan_args_t::n_opt

Definition at line 2143 of file class.c.

◆ n_trail

int rb_scan_args_t::n_trail

Definition at line 2144 of file class.c.


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