Class: RSpec::Sidekiq::NullObject
- Inherits:
-
Object
- Object
- RSpec::Sidekiq::NullObject
show all
- Defined in:
- lib/rspec/sidekiq/batch.rb
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args, &block) ⇒ Object
10
11
12
|
# File 'lib/rspec/sidekiq/batch.rb', line 10
def method_missing(*args, &block)
self
end
|
Instance Method Details
#respond_to_missing?(*_args) ⇒ Boolean
14
15
16
|
# File 'lib/rspec/sidekiq/batch.rb', line 14
def respond_to_missing?(*_args)
true
end
|