class YARP::ArgumentsNode

def initialize(arguments, location)

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

type YARP__ArgumentsNode_initialize_arguments = Array[YARP::SymbolNode] | Array[YARP::CallNode] | Array[YARP::LocalVariableReadNode] | Array[YARP::RegularExpressionNode] | Array[YARP::StringNode] | Array[YARP::ParenthesesNode] | Array[YARP::BlockArgumentNode] | Array[YARP::ConstantReadNode] | Array[YARP::SplatNode] | Array[YARP::ConstantPathNode] | Array[YARP::KeywordHashNode] | Array[YARP::RangeNode] | Array[YARP::IntegerNode]

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

This signature was generated using 50 samples from 1 application.

def initialize: (arguments: Array[Node], location: Location) -> void
def initialize(arguments, location)
  @arguments = arguments
  @location = location
end