Method: Inspec::Resources::ApacheConf#read_file

Defined in:
lib/resources/apache_conf.rb

#read_file(path) ⇒ Object



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

def read_file(path)
  @files_contents[path] ||= read_file_content(path, true)
end