# File lib/puppet/util/log/destination.rb, line 12
12:   def self.match(obj)
13:     @matches ||= []
14:     @matches << obj
15:   end