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