Ruby 4.0.0dev (2025-12-14 revision 674c3d73e0f92d730bd2e544be344585a638ab37)
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 3081 of file class.c.

Field Documentation

◆ f_block

bool rb_scan_args_t::f_block

Definition at line 3088 of file class.c.

◆ f_hash

bool rb_scan_args_t::f_hash

Definition at line 3087 of file class.c.

◆ f_var

bool rb_scan_args_t::f_var

Definition at line 3086 of file class.c.

◆ kw_flag

int rb_scan_args_t::kw_flag

Definition at line 3082 of file class.c.

◆ n_lead

int rb_scan_args_t::n_lead

Definition at line 3083 of file class.c.

◆ n_opt

int rb_scan_args_t::n_opt

Definition at line 3084 of file class.c.

◆ n_trail

int rb_scan_args_t::n_trail

Definition at line 3085 of file class.c.


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