Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
rb_strterm_heredoc_struct Struct Reference

Data Fields

VALUE lastline
 
long offset
 
int sourceline
 
unsigned length: HERETERM_LENGTH_BITS# define HERETERM_LENGTH_MAX
 
unsigned quote: 1
 
unsigned func: 8
 

Detailed Description

Definition at line 799 of file parse.c.

Field Documentation

◆ func

unsigned rb_strterm_heredoc_struct::func ( void  )

Definition at line 813 of file parse.c.

◆ lastline

VALUE rb_strterm_heredoc_struct::lastline

Definition at line 800 of file parse.c.

◆ length

unsigned rb_strterm_heredoc_struct::length

Definition at line 803 of file parse.c.

◆ offset

long rb_strterm_heredoc_struct::offset

Definition at line 801 of file parse.c.

◆ quote

unsigned rb_strterm_heredoc_struct::quote

Definition at line 812 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 file: