Class: HelloWorker

Inherits:
Object
  • Object
show all
Includes:
Funktor::Worker
Defined in:
lib/funktor/cli/templates/app/workers/hello_worker.rb

Instance Method Summary collapse

Methods included from Funktor::Worker

clear_all, included

Instance Method Details

#perform(*args) ⇒ Object



4
5
6
# File 'lib/funktor/cli/templates/app/workers/hello_worker.rb', line 4

def perform(*args)
  Funktor.logger.debug "Greetings from the HelloWorker!"
end