class Prism::InstanceVariableTargetNode

def type

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