Class: BugBot::Adapter

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/bug_bot/adapter.rb

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, options = {})
  instance.notify(exception, options)
end