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