class YARP::SourceFileNode

def initialize(filepath, location)

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

def initialize: (String filepath, YARP::Location location) -> void

This signature was generated using 1 sample from 1 application.

def initialize: (filepath: String, location: Location) -> void
def initialize(filepath, location)
  @filepath = filepath
  @location = location
end