# File lib/puppet/transaction.rb, line 35 35: def add_times(hash) 36: hash.each do |name, num| 37: report.add_times(name, num) 38: end 39: end