# File lib/puppet/external/nagios/base.rb, line 20
20:     def self.attach(hash)
21:         @attach ||= {}
22:         hash.each do |n, v| @attach[n] = v end
23:     end