# File lib/puppet/util/filetype.rb, line 143 143: def remove 144: Puppet.info "Removing %s from RAM" % @path 145: @@tabs[@path] = "" 146: end