Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
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 2470 of file class.c.

Field Documentation

◆ f_block

bool rb_scan_args_t::f_block

Definition at line 2477 of file class.c.

◆ f_hash

bool rb_scan_args_t::f_hash

Definition at line 2476 of file class.c.

◆ f_var

bool rb_scan_args_t::f_var

Definition at line 2475 of file class.c.

◆ kw_flag

int rb_scan_args_t::kw_flag

Definition at line 2471 of file class.c.

◆ n_lead

int rb_scan_args_t::n_lead

Definition at line 2472 of file class.c.

◆ n_opt

int rb_scan_args_t::n_opt

Definition at line 2473 of file class.c.

◆ n_trail

int rb_scan_args_t::n_trail

Definition at line 2474 of file class.c.


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