# File lib/puppet/util/filetype.rb, line 136 136: def remove 137: Puppet.info "Removing #{@path} from RAM" 138: @@tabs[@path] = "" 139: end