class YARP::Location

def start_column

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

def start_column: () -> Integer

This signature was generated using 1 sample from 1 application.

the line.
The column number in bytes where this location starts from the start of
def start_column
  source.column(start_offset)
end