class Prism::KeywordRestParameterNode

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

def a(**b)
      ^^^
end