Method: Prism::RestParameterNode#type

Defined in:
lib/prism/node.rb

#typeObject

Return a symbol representation of this node type. See ‘Node#type`.



15979
15980
15981
# File 'lib/prism/node.rb', line 15979

def type
  :rest_parameter_node
end