Class: Red::ControlNode::LibraryNode

Inherits:
Object
  • Object
show all
Defined in:
lib/red/control_nodes.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(library) ⇒ LibraryNode

Returns a new instance of LibraryNode.



117
118
119
# File 'lib/red/control_nodes.rb', line 117

def initialize(library)
  @@red_library = @library = library
end

Instance Method Details

#compile_node(options = {}) ⇒ Object



121
122
123
124
# File 'lib/red/control_nodes.rb', line 121

def compile_node(options = {})
  @@red_library = @library
  nil
end