Ruby 3.5.0dev (2025-01-10 revision 5fab31b15e32622c4b71d1d347a41937e9f9c212)
Data Fields
args_info Struct Reference

Data Fields

VALUEargv
 
int argc
 
int rest_index
 
int rest_dupped
 
const struct rb_callinfo_kwargkw_arg
 
VALUEkw_argv
 
VALUE rest
 

Detailed Description

Definition at line 19 of file vm_args.c.

Field Documentation

◆ argc

int args_info::argc

Definition at line 22 of file vm_args.c.

◆ argv

VALUE* args_info::argv

Definition at line 21 of file vm_args.c.

◆ kw_arg

const struct rb_callinfo_kwarg* args_info::kw_arg

Definition at line 27 of file vm_args.c.

◆ kw_argv

VALUE* args_info::kw_argv

Definition at line 28 of file vm_args.c.

◆ rest

VALUE args_info::rest

Definition at line 29 of file vm_args.c.

◆ rest_dupped

int args_info::rest_dupped

Definition at line 26 of file vm_args.c.

◆ rest_index

int args_info::rest_index

Definition at line 25 of file vm_args.c.


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