Module: Ford
- Defined in:
- lib/ford.rb,
lib/ford/stage.rb,
lib/ford/config.rb,
lib/ford/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.0.3"- @@threads =
Ford threads
[]
Class Method Summary collapse
-
.join ⇒ Object
Join all threads and wait them to finish.
- .threads ⇒ Object
Class Method Details
.join ⇒ Object
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 |
.threads ⇒ Object
9 10 11 |
# File 'lib/ford/stage.rb', line 9 def self.threads @@threads end |