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