Module: Threadify

Defined in:
lib/threadify.rb

Defined Under Namespace

Classes: Error

Constant Summary collapse

VERSION =
'0.0.3'

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.abort_on_exceptionObject

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

.threadsObject

Returns the value of attribute threads.



11
12
13
# File 'lib/threadify.rb', line 11

def threads
  @threads
end

Class Method Details

.versionObject



3
# File 'lib/threadify.rb', line 3

def Threadify.version() Threadify::VERSION end