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