187 188 189
# File 'lib/inspec/file_provider.rb', line 187 def read(file) @contents[file] ||= read_from_tar(file) end