Method: Prism::InstanceVariableOrWriteNode#type
- Defined in:
- lib/prism/node.rb
#type ⇒ Object
Return a symbol representation of this node type. See ‘Node#type`.
8968 8969 8970 |
# File 'lib/prism/node.rb', line 8968 def type :instance_variable_or_write_node end |