Class: Crashbreak::ForkExceptionNotifier

Inherits:
Object
  • Object
show all
Defined in:
lib/crashbreak/fork_exception_notifier.rb

Instance Method Summary collapse

Instance Method Details

#notifyObject



3
4
5
6
7
# File 'lib/crashbreak/fork_exception_notifier.rb', line 3

def notify
  fork do
    exception_notifier.notify
  end
end