Class: Sidekiq::Superworker::DSLEvaluator

Inherits:
Object
  • Object
show all
Defined in:
lib/sidekiq/superworker/dsl_evaluator.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args, &block) ⇒ Object



4
5
6
# File 'lib/sidekiq/superworker/dsl_evaluator.rb', line 4

def method_missing(method, *args, &block)
  Fiber.yield([method, args, block])
end