Class: Andromeda::Guides::SharedPoolGuide
- Includes:
- Singleton
- Defined in:
- lib/andromeda/pool_guide.rb
Instance Attribute Summary
Attributes inherited from PoolGuide
Instance Method Summary collapse
-
#initialize ⇒ SharedPoolGuide
constructor
A new instance of SharedPoolGuide.
Methods inherited from PoolGuide
Methods inherited from Guide
Methods included from Impl::To_S
Constructor Details
#initialize ⇒ SharedPoolGuide
Returns a new instance of SharedPoolGuide.
56 57 58 |
# File 'lib/andromeda/pool_guide.rb', line 56 def initialize super PoolGuide.num_procs end |