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