# File lib/puppet/util/log.rb, line 214 214: def close 215: if defined? @file 216: @file.close 217: @file = nil 218: end 219: end