Method: Failbot::Compat#config_file
- Defined in:
- lib/failbot/compat.rb
#config_file ⇒ Object
Location of failbot.yml config file.
31 32 33 34 35 |
# File 'lib/failbot/compat.rb', line 31 def config_file warn "#{caller[0]} Failbot.config_file is deprecated and will be " \ "removed in subsequent releases." File.('../../failbot/failbot.yml', __FILE__) end |