Ruby 4.1.0dev (2026-08-28 revision 5eb9a6925b805a17dced976d5b741afe5086aab1)
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 3042 of file class.c.

Field Documentation

◆ f_block

bool rb_scan_args_t::f_block

Definition at line 3049 of file class.c.

◆ f_hash

bool rb_scan_args_t::f_hash

Definition at line 3048 of file class.c.

◆ f_var

bool rb_scan_args_t::f_var

Definition at line 3047 of file class.c.

◆ kw_flag

int rb_scan_args_t::kw_flag

Definition at line 3043 of file class.c.

◆ n_lead

int rb_scan_args_t::n_lead

Definition at line 3044 of file class.c.

◆ n_opt

int rb_scan_args_t::n_opt

Definition at line 3045 of file class.c.

◆ n_trail

int rb_scan_args_t::n_trail

Definition at line 3046 of file class.c.


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