Module: Ford

Defined in:
lib/ford.rb,
lib/ford/stage.rb,
lib/ford/config.rb,
lib/ford/version.rb

Defined Under Namespace

Classes: Config, Stage

Constant Summary collapse

VERSION =
"0.0.3"
@@threads =

Ford threads

[]

Class Method Summary collapse

Class Method Details

.joinObject

Join all threads and wait them to finish



16
17
18
# File 'lib/ford/stage.rb', line 16

def self.join
  @@threads.each {|t| t.join}
end

.threadsObject



9
10
11
# File 'lib/ford/stage.rb', line 9

def self.threads
  @@threads
end