Method: Prism::LocalVariableWriteNode#type
- Defined in:
- lib/prism/node.rb
#type ⇒ Object
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 |