class Prism::ConstantPathWriteNode

def type

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