Class: Crashbreak::ForkExceptionNotifier
- Inherits:
-
Object
- Object
- Crashbreak::ForkExceptionNotifier
- Defined in:
- lib/crashbreak/fork_exception_notifier.rb
Instance Method Summary collapse
Instance Method Details
#notify ⇒ Object
3 4 5 6 7 |
# File 'lib/crashbreak/fork_exception_notifier.rb', line 3 def notify fork do exception_notifier.notify end end |