class Prism::RequiredKeywordParameterNode

Represents a required keyword parameter to a method, block, or lambda definition.

def a(b: )
      ^^
end