Method: Prism::DSL#instance_variable_target_node

Defined in:
lib/prism/dsl.rb

#instance_variable_target_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"") ⇒ Object

Create a new InstanceVariableTargetNode node.



475
476
477
# File 'lib/prism/dsl.rb', line 475

def instance_variable_target_node(source: default_source, node_id: 0, location: default_location, flags: 0, name: :"")
  InstanceVariableTargetNode.new(source, node_id, location, flags, name)
end