Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Data Fields | |
VALUE | flags |
union { | |
rb_strterm_literal_t literal | |
rb_strterm_heredoc_t heredoc | |
} | u |
union { | |
rb_strterm_literal_t literal | |
rb_strterm_heredoc_t heredoc | |
} | u |
rb_strterm_heredoc_t rb_strterm_struct::heredoc |
Definition at line 822 of file ripper.c.
Referenced by rb_strterm_mark().
rb_strterm_literal_t rb_strterm_struct::literal |
union { ... } rb_strterm_struct::u |
Referenced by rb_strterm_mark().
union { ... } rb_strterm_struct::u |