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



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

def patch
  Cache::Patcher.patch
end

.target_versionObject



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

def target_version
  Integration.version
end