From 77c0256409d48c23b0b208f95191973e8c1dfd7f Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 3 Nov 2014 19:31:31 -0800 Subject: Correct fixed-width doc syntax, thanks to @sikachu for pointing it out! From dc5854f and c07c0b2 [ci skip] --- activejob/lib/active_job/enqueuing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activejob/lib/active_job/enqueuing.rb') diff --git a/activejob/lib/active_job/enqueuing.rb b/activejob/lib/active_job/enqueuing.rb index b87803864c..430c17e1bf 100644 --- a/activejob/lib/active_job/enqueuing.rb +++ b/activejob/lib/active_job/enqueuing.rb @@ -4,7 +4,7 @@ module ActiveJob module Enqueuing extend ActiveSupport::Concern - # Includes the `perform_later` method for job initialization. + # Includes the +perform_later+ method for job initialization. module ClassMethods # Push a job onto the queue. The arguments must be legal JSON types # (string, int, float, nil, true, false, hash or array) or -- cgit v1.2.3