Class: Red::AssignmentNode::InstanceVariableNode

Inherits:
Red::AssignmentNode show all
Defined in:
lib/red/assignment_nodes.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Red::AssignmentNode

#compile_internals, #initialize

Constructor Details

This class inherits a constructor from Red::AssignmentNode

Instance Method Details

#compile_node(options = {}) ⇒ Object



32
33
34
# File 'lib/red/assignment_nodes.rb', line 32

def compile_node(options = {})
  return "this.%s = %s" % self.compile_internals
end