# File lib/puppet/external/nagios.rb, line 44 44: def Config.each 45: Nagios::Object.objects.each { |object| 46: yield object 47: } 48: end