Method: Files#config_path

Defined in:
lib/files.rb

#config_pathObject



14
15
16
# File 'lib/files.rb', line 14

def config_path
  File.expand_path("./../config/config.yml", __dir__)
end