Class: Prism::LocalVariableAndWriteNode

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

Instance Method Summary collapse

Instance Method Details

#desugarObject

:nodoc:



236
237
238
# File 'lib/prism/desugar_compiler.rb', line 236

def desugar # :nodoc:
  DesugarAndWriteNode.new(self, source, :local_variable_read_node, :local_variable_write_node, name: name, depth: depth).compile
end