Module: Gemmy::Patches::ThreadPatch::ClassMethods::Included
- Defined in:
- lib/gemmy/patches/thread_patch.rb
Class Method Summary collapse
-
.included(base) ⇒ Object
Ensure that threads bubble up their errors.
Class Method Details
.included(base) ⇒ Object
Ensure that threads bubble up their errors
12 13 14 |
# File 'lib/gemmy/patches/thread_patch.rb', line 12 def self.included(base) Thread.abort_on_exception = true end |