Module: EventMachine
- Defined in:
- lib/mail_catcher.rb
Class Method Summary collapse
-
.reactor_running? ⇒ Boolean
Monkey patch fix for 10deb4 See github.com/eventmachine/eventmachine/issues/569.
Class Method Details
.reactor_running? ⇒ Boolean
Monkey patch fix for 10deb4 See github.com/eventmachine/eventmachine/issues/569
13 14 15 |
# File 'lib/mail_catcher.rb', line 13 def self.reactor_running? (@reactor_running || false) end |