Method: Prism::ConstantPathOperatorWriteNode#type
- Defined in:
- lib/prism/node.rb
#type ⇒ Object
Return a symbol representation of this node type. See ‘Node#type`.
5253 5254 5255 |
# File 'lib/prism/node.rb', line 5253 def type :constant_path_operator_write_node end |