Ruby 3.3.7p123 (2025-01-15 revision be31f993d7fa0219d85f7b3c694d454da4ecc10b)
rb_strterm_struct Struct Reference

Data Fields

VALUE flags
 
union { 
 
   rb_strterm_literal_t   literal 
 
   rb_strterm_heredoc_t   heredoc 
 
u 
 

Detailed Description

Definition at line 42 of file parse.h.

Field Documentation

◆ flags

VALUE rb_strterm_struct::flags

Definition at line 43 of file parse.h.

◆ heredoc

rb_strterm_heredoc_t rb_strterm_struct::heredoc

Definition at line 46 of file parse.h.

◆ literal

rb_strterm_literal_t rb_strterm_struct::literal

Definition at line 45 of file parse.h.


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