Ruby  1.9.3p484(2013-11-22revision43786)
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

int iter_method_arg::argc

Definition at line 956 of file vm_eval.c.

Referenced by iterate_method(), and rb_block_call().

VALUE* iter_method_arg::argv

Definition at line 957 of file vm_eval.c.

Referenced by iterate_method(), and rb_block_call().

ID iter_method_arg::mid

Definition at line 955 of file vm_eval.c.

Referenced by iterate_method(), and rb_block_call().

VALUE iter_method_arg::obj

Definition at line 954 of file vm_eval.c.

Referenced by iterate_method(), and rb_block_call().


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