Ruby 3.3.2p78 (2024-05-30 revision e5a195edf62fe1bf7146a191da13fa1c4fecbd71)
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: