class Argus::Worker

Public Instance Methods

perform(_, body) click to toggle source
# File lib/argus/worker.rb, line 15
def perform(_, body)
  Argus::Runner.new(body)
end