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