Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
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 2423 of file class.c.

Field Documentation

◆ f_block

bool rb_scan_args_t::f_block

Definition at line 2430 of file class.c.

◆ f_hash

bool rb_scan_args_t::f_hash

Definition at line 2429 of file class.c.

◆ f_var

bool rb_scan_args_t::f_var

Definition at line 2428 of file class.c.

◆ kw_flag

int rb_scan_args_t::kw_flag

Definition at line 2424 of file class.c.

◆ n_lead

int rb_scan_args_t::n_lead

Definition at line 2425 of file class.c.

◆ n_opt

int rb_scan_args_t::n_opt

Definition at line 2426 of file class.c.

◆ n_trail

int rb_scan_args_t::n_trail

Definition at line 2427 of file class.c.


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