Method: Puppet::SSL::StateMachine::Wait#initialize
- Defined in:
- lib/puppet/ssl/state_machine.rb
#initialize(machine) ⇒ Wait
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Wait.
402 403 404 |
# File 'lib/puppet/ssl/state_machine.rb', line 402 def initialize(machine) super(machine, nil) end |