Method: Runbook::Node#initialize
- Defined in:
- lib/runbook/node.rb
#initialize ⇒ Node
Returns a new instance of Node.
5 6 7 |
# File 'lib/runbook/node.rb', line 5 def initialize raise "Should not be initialized" end |
Returns a new instance of Node.
5 6 7 |
# File 'lib/runbook/node.rb', line 5 def initialize raise "Should not be initialized" end |