class YARP::Location

def start_line

Experimental RBS support (using type sampling data from the type_fusion project).

def start_line: () -> Integer

This signature was generated using 9 samples from 1 application.

The line number where this location starts.
def start_line
  source.line(start_offset)
end