Module: Datadog::Contrib::ActiveSupport::Patcher

Includes:
Patcher
Defined in:
lib/ddtrace/contrib/active_support/patcher.rb

Overview

Patcher enables patching of 'active_support' module.

Class Method Summary collapse

Methods included from Patcher

included

Class Method Details

.patchObject



18
19
20
# File 'lib/ddtrace/contrib/active_support/patcher.rb', line 18

def patch
  Cache::Patcher.patch
end

.target_versionObject



14
15
16
# File 'lib/ddtrace/contrib/active_support/patcher.rb', line 14

def target_version
  Integration.version
end