# File lib/puppet/util/filetype.rb, line 142 142: def write(text) 143: Puppet.info "Writing #{@path} to RAM" 144: @@tabs[@path] = text 145: end