Method: Prism::LocalVariableWriteNode#type

Defined in:
lib/prism/node.rb

#typeObject

Return a symbol representation of this node type. See ‘Node#type`.



11059
11060
11061
# File 'lib/prism/node.rb', line 11059

def type
  :local_variable_write_node
end