# File lib/puppet/util/log.rb, line 27 27: def self.match(obj) 28: @matches ||= [] 29: @matches << obj 30: end