class Prism::RestParameterNode

def type

Return a symbol representation of this node type. See `Node#type`.
def type
  :rest_parameter_node
end