Method: Inspec::Resources::MysqlConf#abs_path
- Defined in:
- lib/resources/mysql_conf.rb
#abs_path(dir, f) ⇒ Object
111 112 113 114 |
# File 'lib/resources/mysql_conf.rb', line 111 def abs_path(dir, f) return f if f.start_with? '/' File.join(dir, f) end |