lib/active_job/deprecator.rb



# frozen_string_literal: true

module ActiveJob
  def self.deprecator # :nodoc:
    @deprecator ||= ActiveSupport::Deprecation.new
  end
end