123456789_123456789_123456789_123456789_123456789_

Class: Prism::ClassVariableOperatorWriteNode

Relationships & Source Files
Inherits: Object
Defined in: lib/prism/desugar_compiler.rb

Instance Method Summary

Instance Method Details

#desugar

This method is for internal use only.

: () -> node

[ GitHub ]

  
# File 'lib/prism/desugar_compiler.rb', line 206

def desugar # :nodoc:
  DesugarOperatorWriteNode.new(self, source, :class_variable_read_node, :class_variable_write_node, name: name).compile
end