class Prism::ConstantPathAndWriteNode

def self.type

Return a symbol representation of this node type. See `Node::type`.
def self.type
  :constant_path_and_write_node
end