Method: Prism::IndexOperatorWriteNode#type
- Defined in:
- lib/prism/node.rb
#type ⇒ Object
Return a symbol representation of this node type. See ‘Node#type`.
9382 9383 9384 |
# File 'lib/prism/node.rb', line 9382 def type :index_operator_write_node end |