|
Ruby 3.4.9p82 (2026-03-11 revision 76cca827ab52ab1d346a728f068d5b8da3e2952b)
|
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. | |
The format that will be used to format the errors into the output.
Definition at line 10564 of file prism_compile.c.
| const char* pm_parse_error_format_t::blank_prefix |
The prefix that will be used for blank lines.
Definition at line 10569 of file prism_compile.c.
| size_t pm_parse_error_format_t::blank_prefix_length |
The length of the blank prefix.
Definition at line 10575 of file prism_compile.c.
| const char* pm_parse_error_format_t::divider |
The divider that will be used between sections of source code.
Definition at line 10572 of file prism_compile.c.
| size_t pm_parse_error_format_t::divider_length |
The length of the divider.
Definition at line 10578 of file prism_compile.c.
| const char* pm_parse_error_format_t::number_prefix |
The prefix that will be used for line numbers.
Definition at line 10566 of file prism_compile.c.