Method: Honeybadger::Config#local_cert_path
- Defined in:
- lib/honeybadger/config.rb
permalink #local_cert_path ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
223 224 225 |
# File 'lib/honeybadger/config.rb', line 223 def local_cert_path File.(File.join('..', '..', '..', 'resources', 'ca-bundle.crt'), __FILE__) end |