Class: Zold::HungryWallets

Inherits:
SimpleDelegator
  • Object
show all
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

#find(id) {|super(id)| ... } ⇒ Object

TODO:

#280:30min Add to the queue. Once in there, try to pull it as soon as possible as is described in #280.

Yields:

  • (super(id))


30
31
32
# File 'lib/zold/hungry_wallets.rb', line 30

def find(id)
  yield super(id)
end