Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
Data Fields
rb_strterm_heredoc_struct Struct Reference

Data Fields

VALUE lastline
 
long offset
 
int sourceline
 
uint8_t quote
 
uint8_t func
 

Detailed Description

Definition at line 1036 of file parse.c.

Field Documentation

◆ func

uint8_t rb_strterm_heredoc_struct::func

Definition at line 1053 of file parse.c.

◆ lastline

VALUE rb_strterm_heredoc_struct::lastline

Definition at line 1037 of file parse.c.

◆ offset

long rb_strterm_heredoc_struct::offset

Definition at line 1038 of file parse.c.

◆ quote

uint8_t rb_strterm_heredoc_struct::quote

Definition at line 1052 of file parse.c.

◆ sourceline

int rb_strterm_heredoc_struct::sourceline

Definition at line 1039 of file parse.c.


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