method
perform_now
v6.1.3.1 -
Show latest stable
- Class:
ActiveJob::ConfiguredJob
perform_now(*args)public
No documentation available.
# File activejob/lib/active_job/configured_job.rb, line 10
def perform_now(*args)
@job_class.new(*args).perform_now
end