class Crashbreak::ForkExceptionNotifier
Public Instance Methods
notify()
click to toggle source
# File lib/crashbreak/fork_exception_notifier.rb, line 3 def notify fork do exception_notifier.notify end end
Private Instance Methods
exception_notifier()
click to toggle source
# File lib/crashbreak/fork_exception_notifier.rb, line 11 def exception_notifier @exception_notifier ||= ExceptionNotifier.new end