Ruby 3.1.4p223 (2023-03-30 revision HEAD)
Data Fields
rb_ary_pattern_info Struct Reference

Data Fields

NODEpre_args
 
NODErest_arg
 
NODEpost_args
 

Detailed Description

Definition at line 467 of file node.h.

Field Documentation

◆ post_args

NODE* rb_ary_pattern_info::post_args

Definition at line 470 of file node.h.

◆ pre_args

NODE* rb_ary_pattern_info::pre_args

Definition at line 468 of file node.h.

◆ rest_arg

NODE* rb_ary_pattern_info::rest_arg

Definition at line 469 of file node.h.


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