Ruby  1.9.3p551(2014-11-13revision48407)
Data Fields
iter_method_arg Struct Reference

Data Fields

VALUE obj
 
ID mid
 
int argc
 
VALUEargv
 

Detailed Description

Definition at line 953 of file vm_eval.c.

Field Documentation

◆ argc

int iter_method_arg::argc

Definition at line 956 of file vm_eval.c.

Referenced by iterate_method(), and rb_block_call().

◆ argv

VALUE* iter_method_arg::argv

Definition at line 957 of file vm_eval.c.

Referenced by iterate_method(), and rb_block_call().

◆ mid

ID iter_method_arg::mid

Definition at line 955 of file vm_eval.c.

Referenced by iterate_method(), and rb_block_call().

◆ obj

VALUE iter_method_arg::obj

Definition at line 954 of file vm_eval.c.

Referenced by iterate_method(), rb_block_call(), and rb_each().


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