class Prism::BlockParameterNode

Represents a block parameter of a method, block, or lambda definition.

def a(&b)
      ^^
end