Class: RSpec::Sidekiq::NullStatus
- Inherits:
-
NullObject
- Object
- NullObject
- RSpec::Sidekiq::NullStatus
- Defined in:
- lib/rspec/sidekiq/batch.rb
Instance Method Summary collapse
Methods inherited from NullObject
Constructor Details
This class inherits a constructor from RSpec::Sidekiq::NullObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class RSpec::Sidekiq::NullObject
Instance Method Details
#join ⇒ Object
20 21 22 |
# File 'lib/rspec/sidekiq/batch.rb', line 20 def join ::Sidekiq::Worker.drain_all end |