Class: BugBot::Adapter
- Inherits:
-
Object
- Object
- BugBot::Adapter
- Includes:
- Singleton
- Defined in:
- lib/bug_bot/adapter.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.notify(exception, options = {}) ⇒ Object
7 8 9 |
# File 'lib/bug_bot/adapter.rb', line 7 def notify(exception, = {}) instance.notify(exception, ) end |