# File lib/puppet/util/log/destinations.rb, line 49
49:   def flush
50:     @file.flush if defined?(@file)
51:   end