Method: Puppet::Util::Log::Destination.match

Defined in:
lib/vendor/puppet/util/log/destination.rb

.match(obj) ⇒ Object

Mark the things we’re supposed to match.



12
13
14
15
# File 'lib/vendor/puppet/util/log/destination.rb', line 12

def self.match(obj)
  @matches ||= []
  @matches << obj
end