84 85 86
# File 'lib/inspec/file_provider.rb', line 84 def read(file) @contents[file] ||= read_from_zip(file) end