Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
iter_method_arg Struct Reference

Data Fields

VALUE obj
 
ID mid
 
int argc
 
const VALUEargv
 
int kw_splat
 

Detailed Description

Definition at line 1536 of file vm_eval.c.

Field Documentation

◆ argc

int iter_method_arg::argc

Definition at line 1539 of file vm_eval.c.

◆ argv

const VALUE* iter_method_arg::argv

Definition at line 1540 of file vm_eval.c.

◆ kw_splat

int iter_method_arg::kw_splat

Definition at line 1541 of file vm_eval.c.

◆ mid

ID iter_method_arg::mid

Definition at line 1538 of file vm_eval.c.

◆ obj

VALUE iter_method_arg::obj

Definition at line 1537 of file vm_eval.c.


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