Type Definition ruby_prism_sys::pm_instance_variable_or_write_node_t
source · pub type pm_instance_variable_or_write_node_t = pm_instance_variable_or_write_node;
Expand description
InstanceVariableOrWriteNode
Represents the use of the ||=
operator for assignment to an instance variable.
@target ||= value
^^^^^^^^^^^^^^^^^
Type: ::PM_INSTANCE_VARIABLE_OR_WRITE_NODE
@extends pm_node_t