Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
|
Data Fields | |
int | argc |
const VALUE * | argv |
va_list | vargs |
int | f_var |
int | f_hash |
int | f_block |
int | n_lead |
int | n_opt |
int | n_trail |
int | n_mand |
int | argi |
int | last_idx |
VALUE | hash |
VALUE | last_hash |
VALUE * | tmp_buffer |
VALUE* rb_scan_args_t::tmp_buffer |
Definition at line 1974 of file class.c.
Referenced by rb_scan_args(), and rb_scan_args_kw().
va_list rb_scan_args_t::vargs |
Definition at line 1962 of file class.c.
Referenced by rb_scan_args_kw().