Method: Prism::ClassVariableAndWriteNode#type

Defined in:
lib/prism/node.rb

#typeObject

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


3460
3461
3462
# File 'lib/prism/node.rb', line 3460

def type
  :class_variable_and_write_node
end