class YARP::BreakNode

def initialize(arguments, keyword_loc, location)

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

def initialize: (nil arguments, YARP::Location keyword_loc, YARP::Location location) -> void

This signature was generated using 1 sample from 1 application.

def initialize: (arguments: Node?, keyword_loc: Location, location: Location) -> void
def initialize(arguments, keyword_loc, location)
  @arguments = arguments
  @keyword_loc = keyword_loc
  @location = location
end