Class: Red::AssignmentNode::GlobalVariableNode

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



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

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