Class: RSpec::Sidekiq::NullObject
- Inherits:
-
Object
- Object
- RSpec::Sidekiq::NullObject
- Defined in:
- lib/rspec/sidekiq/batch.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ NullObject
constructor
A new instance of NullObject.
- #method_missing(*args, &block) ⇒ Object
Constructor Details
#initialize ⇒ NullObject
Returns a new instance of NullObject.
5 6 |
# File 'lib/rspec/sidekiq/batch.rb', line 5 def initialize(*) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args, &block) ⇒ Object
8 9 10 |
# File 'lib/rspec/sidekiq/batch.rb', line 8 def method_missing(*args, &block) self end |