Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
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().