# File lib/puppet/provider.rb, line 87 87: def self.defaultfor(hash) 88: hash.each do |d,v| 89: @defaults[d] = v 90: end 91: end