Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
pm_parse_error_format_t Struct Reference

The format that will be used to format the errors into the output. More...

Data Fields

const char * number_prefix
 The prefix that will be used for line numbers.
const char * blank_prefix
 The prefix that will be used for blank lines.
const char * divider
 The divider that will be used between sections of source code.
size_t blank_prefix_length
 The length of the blank prefix.
size_t divider_length
 The length of the divider.

Detailed Description

The format that will be used to format the errors into the output.

Definition at line 10523 of file prism_compile.c.

Field Documentation

◆ blank_prefix

const char* pm_parse_error_format_t::blank_prefix

The prefix that will be used for blank lines.

Definition at line 10528 of file prism_compile.c.

◆ blank_prefix_length

size_t pm_parse_error_format_t::blank_prefix_length

The length of the blank prefix.

Definition at line 10534 of file prism_compile.c.

◆ divider

const char* pm_parse_error_format_t::divider

The divider that will be used between sections of source code.

Definition at line 10531 of file prism_compile.c.

◆ divider_length

size_t pm_parse_error_format_t::divider_length

The length of the divider.

Definition at line 10537 of file prism_compile.c.

◆ number_prefix

const char* pm_parse_error_format_t::number_prefix

The prefix that will be used for line numbers.

Definition at line 10525 of file prism_compile.c.


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