Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
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 1041 of file parse.c.

Field Documentation

◆ func

uint8_t rb_strterm_heredoc_struct::func

Definition at line 1058 of file parse.c.

◆ lastline

VALUE rb_strterm_heredoc_struct::lastline

Definition at line 1042 of file parse.c.

◆ offset

long rb_strterm_heredoc_struct::offset

Definition at line 1043 of file parse.c.

◆ quote

uint8_t rb_strterm_heredoc_struct::quote

Definition at line 1057 of file parse.c.

◆ sourceline

int rb_strterm_heredoc_struct::sourceline

Definition at line 1044 of file parse.c.


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