Class: Peck::Notifiers::Base
- Includes:
- BacktraceCleaning
- Defined in:
- lib/peck/notifiers/base.rb
Direct Known Subclasses
Defined Under Namespace
Modules: BacktraceCleaning
Constant Summary
Constants included from BacktraceCleaning
BacktraceCleaning::ANONYMOUS_BLOCK_RE, BacktraceCleaning::PECK_PATH
Class Method Summary collapse
Methods included from BacktraceCleaning
Class Method Details
.use ⇒ Object
27 28 29 30 31 32 33 34 |
# File 'lib/peck/notifiers/base.rb', line 27 def self.use @instance ||= begin notifier = new notifier.install_at_exit Peck.delegates << notifier notifier end end |