class Prism::RequiredParameterNode

Represents a required parameter to a method, block, or lambda definition.

def a(b)
      ^
end