Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
hash_foreach_arg Struct Reference

Data Fields

VALUE hash
 
rb_foreach_funcfunc
 
VALUE arg
 

Detailed Description

Definition at line 341 of file hash.c.

Field Documentation

◆ arg

VALUE hash_foreach_arg::arg

Definition at line 344 of file hash.c.

Referenced by hash_foreach_iter(), and rb_hash_foreach().

◆ func

rb_foreach_func* hash_foreach_arg::func

Definition at line 343 of file hash.c.

Referenced by hash_foreach_iter(), and rb_hash_foreach().

◆ hash

VALUE hash_foreach_arg::hash

Definition at line 342 of file hash.c.

Referenced by hash_foreach_iter(), and rb_hash_foreach().


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