class Prism::ClassVariableWriteNode

def type

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