Sha256: b90b354fc4a0598382b3cf12a7daa6d5d148d47d35b0fdde135a10da18b6d604
Contents?: true
Size: 645 Bytes
Versions: 34
Compression:
Stored size: 645 Bytes
Contents
# frozen_string_literal: true module Appsignal module Integrations # @api private module ResquePlugin def self.extended(_) callers = caller Appsignal::Utils::DeprecationMessage.message \ "The AppSignal ResquePlugin is deprecated and does " \ "nothing on extend. In this version of the AppSignal Ruby gem " \ "the integration with Resque is automatic on all Resque workers. " \ "Please remove the following line from this file to remove this " \ "message: extend Appsignal::Integrations::ResquePlugin\n" \ "#{callers.first}" end end end end
Version data entries
34 entries across 34 versions & 1 rubygems