Class: Mastiff::NullWorker
- Inherits:
-
Object
- Object
- Mastiff::NullWorker
- Defined in:
- lib/mastiff/null_worker.rb
Instance Method Summary collapse
Instance Method Details
#perform(null_id) ⇒ Object
4 5 6 |
# File 'lib/mastiff/null_worker.rb', line 4 def perform(null_id) puts 'Doing nothing' end |
#perform_async(null_id) ⇒ Object
7 8 9 |
# File 'lib/mastiff/null_worker.rb', line 7 def perform_async(null_id) puts 'Doing nothing' end |