Method: Prism::MultiWriteNode.type
- Defined in:
- lib/prism/node.rb
.type ⇒ Object
Return a symbol representation of this node type. See ‘Node::type`.
12028 12029 12030 |
# File 'lib/prism/node.rb', line 12028 def self.type :multi_write_node end |