method

perform_now

rails latest stable - Class: ActiveJob::Instrumentation
perform_now()
public

No documentation available.

# File activejob/lib/active_job/instrumentation.rb, line 25
    def perform_now
      instrument(:perform) { super }
    end