Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
iter_method_arg Struct Reference

Data Fields

VALUE obj
 
ID mid
 
int argc
 
const VALUEargv
 
int kw_splat
 

Detailed Description

Definition at line 1552 of file vm_eval.c.

Field Documentation

◆ argc

int iter_method_arg::argc

Definition at line 1555 of file vm_eval.c.

Referenced by rb_block_call(), rb_block_call_kw(), rb_check_block_call(), and rb_lambda_call().

◆ argv

const VALUE* iter_method_arg::argv

Definition at line 1556 of file vm_eval.c.

Referenced by rb_block_call(), rb_block_call_kw(), rb_check_block_call(), and rb_lambda_call().

◆ kw_splat

int iter_method_arg::kw_splat

Definition at line 1557 of file vm_eval.c.

Referenced by rb_block_call(), rb_block_call_kw(), rb_check_block_call(), and rb_lambda_call().

◆ mid

ID iter_method_arg::mid

Definition at line 1554 of file vm_eval.c.

Referenced by rb_block_call(), rb_block_call_kw(), rb_check_block_call(), and rb_lambda_call().

◆ obj

VALUE iter_method_arg::obj

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