# File lib/puppet/util/filetype.rb, line 149 149: def write(text) 150: Puppet.info "Writing %s to RAM" % @path 151: @@tabs[@path] = text 152: end