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

Data Fields

VALUEargv
 
int argc
 
const struct rb_call_info_kw_argkw_arg
 
int rest_index
 
VALUEkw_argv
 
VALUE rest
 

Detailed Description

Definition at line 18 of file vm_args.c.

Field Documentation

◆ argc

int args_info::argc

◆ argv

VALUE* args_info::argv

◆ kw_arg

const struct rb_call_info_kw_arg* args_info::kw_arg

◆ kw_argv

VALUE* args_info::kw_argv

Definition at line 26 of file vm_args.c.

Referenced by args_kw_argv_to_hash(), and args_stored_kw_argv_to_hash().

◆ rest

VALUE args_info::rest

◆ rest_index

int args_info::rest_index

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