Method: Honeybadger::Config::Mash#initialize
- Defined in:
- lib/honeybadger/config/ruby.rb
#initialize(config, prefix: nil, hash: {}) ⇒ Mash
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.
Returns a new instance of Mash.
6 7 8 9 10 |
# File 'lib/honeybadger/config/ruby.rb', line 6 def initialize(config, prefix: nil, hash: {}) @config = config @prefix = prefix @hash = hash end |