Sha256: a3d500545c648abca9acd9ddb2ec99965f19a8ced1c2c1d98eabbb1b0320bb78

Contents?: true

Size: 461 Bytes

Versions: 5

Compression:

Stored size: 461 Bytes

Contents

# typed: true
require 'ddtrace/contrib/patcher'
require 'ddtrace/contrib/active_support/cache/patcher'

module Datadog
  module Contrib
    module ActiveSupport
      # Patcher enables patching of 'active_support' module.
      module Patcher
        include Contrib::Patcher

        module_function

        def target_version
          Integration.version
        end

        def patch
          Cache::Patcher.patch
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ddtrace-0.54.2 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.54.1 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.54.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.53.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.52.0 lib/ddtrace/contrib/active_support/patcher.rb