class MyOtherWorker

Public Instance Methods

call() click to toggle source
# File lib/workers/my_other_worker.rb, line 6
def call
  puts 'ping'
end