class Prism::LocalVariableOrWriteNode

def type

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