Class: RSpec::Sidekiq::NullObject

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec/sidekiq/batch.rb

Direct Known Subclasses

NullBatch, NullStatus

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args, &block) ⇒ Object



7
8
9
# File 'lib/rspec/sidekiq/batch.rb', line 7

def method_missing(*args, &block)
  self
end