class Prism::NoKeywordsParameterNode

Represents the use of ‘**nil` inside method arguments.

def a(**nil)
      ^^^^^
end