1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00
endofunky--sidetiq/test/fixtures/last_tick_worker.rb
2013-03-11 11:00:55 +00:00

5 lines
57 B
Ruby

class LastTickWorker
def perform(last_tick)
end
end