Ruby 3.1.4p223 (2023-03-30 revision HEAD)
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 799 of file parse.c.

Field Documentation

◆ func

uint8_t rb_strterm_heredoc_struct::func

Definition at line 816 of file parse.c.

◆ lastline

VALUE rb_strterm_heredoc_struct::lastline

Definition at line 800 of file parse.c.

◆ offset

long rb_strterm_heredoc_struct::offset

Definition at line 801 of file parse.c.

◆ quote

uint8_t rb_strterm_heredoc_struct::quote

Definition at line 815 of file parse.c.

◆ sourceline

int rb_strterm_heredoc_struct::sourceline

Definition at line 802 of file parse.c.


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