Class: LeapCA::Pool
- Inherits:
-
Object
- Object
- LeapCA::Pool
- Defined in:
- lib/leap_ca/pool.rb
Instance Method Summary collapse
- #fill ⇒ Object
-
#initialize(config = {:size => 10}) ⇒ Pool
constructor
A new instance of Pool.
- #size ⇒ Object
Constructor Details
#initialize(config = {:size => 10}) ⇒ Pool
Returns a new instance of Pool.
5 6 7 |
# File 'lib/leap_ca/pool.rb', line 5 def initialize(config = {:size => 10}) @config = config end |