Method: Inspec::Resources::ApacheConf#read_file

Defined in:
lib/resources/apache_conf.rb

#read_file(path) ⇒ Object



128
129
130
# File 'lib/resources/apache_conf.rb', line 128

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