Class: Red::VariableNode::InstanceVariableNode

Inherits:
Red::VariableNode show all
Defined in:
lib/red/variable_nodes.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Red::VariableNode

#compile_internals, #initialize

Constructor Details

This class inherits a constructor from Red::VariableNode

Instance Method Details

#compile_node(options = {}) ⇒ Object



26
27
28
# File 'lib/red/variable_nodes.rb', line 26

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