Class: Zold::HungryWallets
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Zold::HungryWallets
- Defined in:
- lib/zold/hungry_wallets.rb
Overview
Wallets decorator that adds missing wallets to the queue to be pulled later.
Instance Method Summary collapse
Instance Method Details
#acq(id, exclusive: false) {|super(id, exclusive: exclusive)| ... } ⇒ Object
TODO:
#280:30min Add to the queue. Once in there, try to pull it as soon as possible as is described in #280.
30 31 32 |
# File 'lib/zold/hungry_wallets.rb', line 30 def acq(id, exclusive: false) yield super(id, exclusive: exclusive) end |