class Prism::RestParameterNode

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

def a(*b)
      ^^
end