Method: Recluse::Queue#run_if
- Defined in:
- lib/recluse/queue.rb
#run_if(&block) ⇒ Object
If the test is true, run the link. Procedure takes the link as input.
35 36 37 |
# File 'lib/recluse/queue.rb', line 35 def run_if(&block) @run_if = block end |