Method: Prism::ClassVariableAndWriteNode.type

Defined in:
lib/prism/node.rb

.typeObject

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



3465
3466
3467
# File 'lib/prism/node.rb', line 3465

def self.type
  :class_variable_and_write_node
end