Method: Puppet::Transaction::EventManager#initialize
- Defined in:
- lib/puppet/transaction/event_manager.rb
#initialize(transaction) ⇒ EventManager
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 EventManager.
21 22 23 24 25 |
# File 'lib/puppet/transaction/event_manager.rb', line 21 def initialize(transaction) @transaction = transaction @event_queues = {} @events = [] end |