Class: Prism::GlobalVariableOrWriteNode

Inherits:
Object
  • Object
show all
Defined in:
lib/prism/desugar_compiler.rb

Instance Method Summary collapse

Instance Method Details

#desugarObject

:nodoc:



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

def desugar # :nodoc:
  DesugarOrWriteDefinedNode.new(self, source, :global_variable_read_node, :global_variable_write_node, name: name).compile
end