Method: Inspec::Resources::ApacheConf#read_file
- Defined in:
- lib/resources/apache_conf.rb
#read_file(path) ⇒ Object
118 119 120 |
# File 'lib/resources/apache_conf.rb', line 118 def read_file(path) @files_contents[path] ||= inspec.file(path).content end |