class Prism::NoBlockParameterNode

Represents the use of &nil inside method arguments.

def a(&nil)
      ^^^^
end