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.



119
120
121
# File 'lib/red/control_nodes.rb', line 119

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

Instance Method Details

#compile_node(options = {}) ⇒ Object



123
124
125
126
# File 'lib/red/control_nodes.rb', line 123

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