class YARP::ParseResult
def initialize(value, comments, errors, warnings, source)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (YARP::ProgramNode value, (Array[YARP::Comment] | Array[]) comments, Array[] errors, Array[] warnings, YARP::Source source) -> void
This signature was generated using 6 samples from 1 application.
def initialize(value, comments, errors, warnings, source) @value = value @comments = comments @errors = errors @warnings = warnings @source = source end