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