Class: Andromeda::Guides::SinglePoolGuide
- Defined in:
- lib/andromeda/pool_guide.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from PoolGuide
Instance Method Summary collapse
-
#initialize ⇒ SinglePoolGuide
constructor
A new instance of SinglePoolGuide.
Methods inherited from PoolGuide
Methods inherited from Guide
Methods included from Impl::To_S
Constructor Details
#initialize ⇒ SinglePoolGuide
Returns a new instance of SinglePoolGuide.
70 |
# File 'lib/andromeda/pool_guide.rb', line 70 def initialize ; super 1 end |