class Prism::OptionalParameterNode

Represents an optional parameter to a method, block, or lambda definition.

def a(b = 1)
      ^^^^^
end