class YARP::ParametersNode
def initialize(requireds, optionals, posts, rest, keywords, keyword_rest, block, location)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (Array[YARP::RequiredParameterNode] requireds, Array[] optionals, Array[] posts, nil rest, Array[] keywords, nil keyword_rest, nil block, YARP::Location location) -> void
This signature was generated using 1 sample from 1 application.
def initialize(requireds, optionals, posts, rest, keywords, keyword_rest, block, location) @requireds = requireds @optionals = optionals @posts = posts @rest = rest @keywords = keywords @keyword_rest = keyword_rest @block = block @location = location end