# File lib/puppet/external/nagios/base.rb, line 58 58: def self.map(hash) 59: @map ||= {} 60: hash.each do |n, v| @map[n] = v end 61: end