Method: Prism::ConstantPathOperatorWriteNode.type

Defined in:
lib/prism/node.rb

.typeObject

Return a symbol representation of this node type. See ‘Node::type`.



5258
5259
5260
# File 'lib/prism/node.rb', line 5258

def self.type
  :constant_path_operator_write_node
end