Class: Prism::LocalVariableOrWriteNode
| Relationships & Source Files | |
| Inherits: | Object |
| Defined in: | lib/prism/desugar_compiler.rb |
Instance Method Summary
-
#desugar
Internal use only
: () -> node.
Instance Method Details
#desugar
This method is for internal use only.
: () -> node
# File 'lib/prism/desugar_compiler.rb', line 283
def desugar # :nodoc: DesugarOrWriteNode.new(self, source, :local_variable_read_node, :local_variable_write_node, name: name, depth: depth).compile end