Method: Puppet::Transaction::Persistence#initialize
- Defined in:
- lib/puppet/transaction/persistence.rb
#initialize ⇒ Persistence
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 Persistence.
9 10 11 12 |
# File 'lib/puppet/transaction/persistence.rb', line 9 def initialize @old_data = {} @new_data = {"resources" => {}} end |