Method: Inspec::Resources::ApacheConf#read_file
- Defined in:
- lib/inspec/resources/apache_conf.rb
#read_file(path) ⇒ Object
126 127 128 |
# File 'lib/inspec/resources/apache_conf.rb', line 126 def read_file(path) @files_contents[path] ||= read_file_content(path, true) end |