Ruby 4.1.0dev (2026-05-15 revision fff4b3ef2e3e309e7a84288de53c189aa3d45fed)
Data Fields
update_call_args Struct Reference

Data Fields

VALUE hash
 
VALUE newvalue
 
VALUEargv
 
int argc
 
bool block_given
 
bool iterating
 

Detailed Description

Definition at line 4129 of file hash.c.

Field Documentation

◆ argc

int update_call_args::argc

Definition at line 4131 of file hash.c.

◆ argv

VALUE * update_call_args::argv

Definition at line 4130 of file hash.c.

◆ block_given

bool update_call_args::block_given

Definition at line 4132 of file hash.c.

◆ hash

VALUE update_call_args::hash

Definition at line 4130 of file hash.c.

◆ iterating

bool update_call_args::iterating

Definition at line 4133 of file hash.c.

◆ newvalue

VALUE update_call_args::newvalue

Definition at line 4130 of file hash.c.


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