Module: Funktor::Worker
- Defined in:
- lib/funktor/worker.rb,
lib/funktor/testing.rb,
lib/funktor/worker/funktor_options.rb
Defined Under Namespace
Modules: ClassMethods, FunktorOptions
Class Method Summary collapse
Class Method Details
.clear_all ⇒ Object
8 9 10 |
# File 'lib/funktor/testing.rb', line 8 def self.clear_all Funktor::FakeJobQueue.clear_all end |
.included(base) ⇒ Object
10 11 12 13 |
# File 'lib/funktor/worker.rb', line 10 def self.included(base) base.extend ClassMethods base.include(Funktor::Worker::FunktorOptions) end |