class YARP::BlockArgumentNode

def initialize(expression, operator_loc, location)

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

def initialize: ((YARP::SymbolNode | YARP::LocalVariableReadNode) expression, YARP::Location operator_loc, YARP::Location location) -> void

This signature was generated using 20 samples from 1 application.

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