Revision ba8278b5
Added by Dmitri Dolguikh over 9 years ago
lib/runcible/base.rb | ||
---|---|---|
29 | 29 |
|
30 | 30 |
module Runcible |
31 | 31 |
class Base |
32 |
|
|
32 |
|
|
33 | 33 |
def initialize(config={}) |
34 | 34 |
@mutex = Mutex.new |
35 | 35 |
@config = config |
Also available in: Unified diff
removed a trailing whitespace