# File lib/puppet/util/filetype.rb, line 130 130: def read 131: Puppet.info "Reading #{@path} from RAM" 132: @@tabs[@path] 133: end