Ruby 3.4.1p0 (2024-12-25 revision 48d4efcb85000e1ebae42004e963b5d0cedddcf2)
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: