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/splat_args_worker.rb
2013-03-11 11:00:55 +00:00

5 lines
60 B
Ruby

class SplatArgsWorker
def perform(arg1, *args)
end
end