Ruby 4.1.0dev (2026-08-07 revision 3acc47d282230b3999b808578b8159c989953940)
Data Fields
source_range_data Struct Reference

Data Fields

VALUE path
 
VALUE absolute_path
 
int start_line
 
int start_column
 
int end_line
 
int end_column
 

Detailed Description

Definition at line 54 of file proc.c.

Field Documentation

◆ absolute_path

VALUE source_range_data::absolute_path

Definition at line 56 of file proc.c.

◆ end_column

int source_range_data::end_column

Definition at line 60 of file proc.c.

◆ end_line

int source_range_data::end_line

Definition at line 59 of file proc.c.

◆ path

VALUE source_range_data::path

Definition at line 55 of file proc.c.

◆ start_column

int source_range_data::start_column

Definition at line 58 of file proc.c.

◆ start_line

int source_range_data::start_line

Definition at line 57 of file proc.c.


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