Module: Threadify
- Defined in:
- lib/threadify.rb
Defined Under Namespace
Classes: Error
Constant Summary collapse
- VERSION =
'0.0.3'
Class Attribute Summary collapse
-
.abort_on_exception ⇒ Object
Returns the value of attribute abort_on_exception.
-
.threads ⇒ Object
Returns the value of attribute threads.
Class Method Summary collapse
Class Attribute Details
.abort_on_exception ⇒ Object
Returns the value of attribute abort_on_exception.
12 13 14 |
# File 'lib/threadify.rb', line 12 def abort_on_exception @abort_on_exception end |
.threads ⇒ Object
Returns the value of attribute threads.
11 12 13 |
# File 'lib/threadify.rb', line 11 def threads @threads end |