Sha256: c10323a0bdd2cd5d4c65d5ffc2551ca8d3d74ea8bcd3225d872855b3395b76d9

Contents?: true

Size: 447 Bytes

Versions: 31

Compression:

Stored size: 447 Bytes

Contents

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

31 entries across 31 versions & 2 rubygems

Version Path
ddtrace-0.51.1 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.51.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.50.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.49.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.48.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.47.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.46.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.45.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.44.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.43.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.42.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.41.0 lib/ddtrace/contrib/active_support/patcher.rb
ls-trace-0.2.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.40.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.39.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.38.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.37.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.36.0 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.35.2 lib/ddtrace/contrib/active_support/patcher.rb
ddtrace-0.35.1 lib/ddtrace/contrib/active_support/patcher.rb