# File lib/puppet/util/log/destination.rb, line 40
40:   def self.sethandler(&block)
41:     define_method(:handle, &block)
42:   end