File: //usr/local/rvm/gems/ruby-2.7.4/doc/activejob-6.1.4.1/ri/ActiveJob/Execution/perform_now-i.ri
U:RDoc::AnyMethod[iI"perform_now:ETI"%ActiveJob::Execution#perform_now;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"NPerforms the job immediately. The job is not sent to the queuing adapter ;TI"Tbut directly executed by blocking the execution of others until it's finished. ;TI"D+perform_now+ returns the value of your job's +perform+ method.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"#class MyJob < ActiveJob::Base
;TI" def perform
;TI" "Hello World!"
;TI" end
;TI" end
;TI"
;TI":puts MyJob.new(*args).perform_now # => "Hello World!";T:@format0:
@fileI" lib/active_job/execution.rb;T:0@omit_headings_from_table_of_contents_below000[ I"();T@FI"Execution;TcRDoc::NormalModule00