class YARP::KeywordHashNode

def initialize(elements, location)

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

def initialize: ((Array[YARP::AssocNode] | Array[YARP::AssocSplatNode]) elements, YARP::Location location) -> void

This signature was generated using 22 samples from 1 application.

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