# File lib/puppet/util/log.rb, line 221 221: def flush 222: if defined? @file 223: @file.flush 224: end 225: end