# File lib/puppet/util/filetype.rb, line 105 105: def remove 106: if File.exist?(@path) 107: File.unlink(@path) 108: end 109: end