Class: Red::ControlNode::LibraryNode
- Inherits:
-
Object
- Object
- Red::ControlNode::LibraryNode
- Defined in:
- lib/red/control_nodes.rb
Overview
:nodoc:
Instance Method Summary collapse
- #compile_node(options = {}) ⇒ Object
-
#initialize(library) ⇒ LibraryNode
constructor
A new instance of LibraryNode.
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( = {}) @@red_library = @library nil end |