# File lib/puppet/util/filetype.rb, line 100 100: def remove 101: File.unlink(@path) if File.exist?(@path) 102: end