mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
5 lines
60 B
Ruby
5 lines
60 B
Ruby
class SplatArgsWorker
|
|
def perform(arg1, *args)
|
|
end
|
|
end
|
|
|