Method: Inspec::Resources::PConfig#read_file

Defined in:
lib/resources/parse_config.rb

#read_file(path) ⇒ Object



58
59
60
# File 'lib/resources/parse_config.rb', line 58

def read_file(path)
  @files_contents[path] ||= inspec.file(path).content
end