Ruby 4.0.6p0 (2026-07-14 revision 03b6d3f8898a28604fe6cb00eae3226b821168f4)
update_call_args Struct Reference

Data Fields

VALUE hash
VALUE newvalue
VALUEargv
int argc
bool block_given
bool iterating

Detailed Description

Definition at line 4144 of file hash.c.

Field Documentation

◆ argc

int update_call_args::argc

Definition at line 4146 of file hash.c.

◆ argv

VALUE * update_call_args::argv

Definition at line 4145 of file hash.c.

◆ block_given

bool update_call_args::block_given

Definition at line 4147 of file hash.c.

◆ hash

VALUE update_call_args::hash

Definition at line 4145 of file hash.c.

◆ iterating

bool update_call_args::iterating

Definition at line 4148 of file hash.c.

◆ newvalue

VALUE update_call_args::newvalue

Definition at line 4145 of file hash.c.


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