Method: ObjectPool::Method#complete!
- Defined in:
- lib/objectpool.rb
#complete!(*opts) ⇒ Object
111 112 113 114 |
# File 'lib/objectpool.rb', line 111 def complete!(*opts) @callback.call(*opts) @complete = true end |
111 112 113 114 |
# File 'lib/objectpool.rb', line 111 def complete!(*opts) @callback.call(*opts) @complete = true end |