Method: Prism::LocalVariableOrWriteNode#type
- Defined in:
- lib/prism/node.rb
#type ⇒ Object
Return a symbol representation of this node type. See ‘Node#type`.
10757 10758 10759 |
# File 'lib/prism/node.rb', line 10757 def type :local_variable_or_write_node end |