Class: RSpec::Sidekiq::NullBatch
- Inherits:
-
NullObject
- Object
- NullObject
- RSpec::Sidekiq::NullBatch
- 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
#jobs ⇒ Object
14 15 16 |
# File 'lib/rspec/sidekiq/batch.rb', line 14 def jobs(*) yield end |