Class: HelloWorker
- Inherits:
-
Object
- Object
- HelloWorker
- Includes:
- Funktor::Worker
- Defined in:
- lib/funktor/cli/templates/app/workers/hello_worker.rb
Instance Method Summary collapse
Methods included from Funktor::Worker
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 |