# File lib/puppet/util/log/destinations.rb, line 42 42: def close 43: if defined?(@file) 44: @file.close 45: @file = nil 46: end 47: end