class SidekiqScheduler::Scheduler

def method_missing(method, *arguments, &block)

def method_missing(method, *arguments, &block)
  instance_methods.include?(method) ? instance.public_send(method, *arguments) : super
end