class Prism::NoKeywordsParameterNode

表示方法参数中使用 ‘**nil’ 的情况。

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