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