Method: Prism::LocalVariableOrWriteNode#desugar

Defined in:
lib/prism/desugar_compiler.rb

#desugarObject

:nodoc:



242
243
244
# File 'lib/prism/desugar_compiler.rb', line 242

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