class Prism::InstanceVariableOrWriteNode

def self.type

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