Module: Litesupport::ForkListener
- Defined in:
- lib/litestack/litesupport.rb
Class Method Summary collapse
Class Method Details
.listen(&block) ⇒ Object
111 112 113 |
# File 'lib/litestack/litesupport.rb', line 111 def self.listen(&block) listeners << block end |
.listeners ⇒ Object
107 108 109 |
# File 'lib/litestack/litesupport.rb', line 107 def self.listeners @listeners ||= [] end |