method

perform_now

perform_now(...)
public

No documentation available.

# File activejob/lib/active_job/configured_job.rb, line 10
    def perform_now(...)
      @job_class.new(...).set(@options).perform_now
    end