Method: Inspec::Resources::ApacheConf#read_file

Defined in:
lib/resources/apache_conf.rb

#read_file(path) ⇒ Object



119
120
121
# File 'lib/resources/apache_conf.rb', line 119

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