class ExponentialBackoffWorker
Public Instance Methods
work(msg)
click to toggle source
# File lib/la_gear/sneakers/exponential_backoff_handler.rb, line 24 def work(msg) puts "Got message #{msg} and rejecting now" return reject! end