Method: Honeybadger::Agent.instance=
- Defined in:
- lib/honeybadger/agent.rb
permalink .instance=(instance) ⇒ 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.
60 61 62 |
# File 'lib/honeybadger/agent.rb', line 60 def self.instance=(instance) @instance = instance end |