Module: Datadog::CI::Contrib::Cucumber::Patcher
- Includes:
- Tracing::Contrib::Patcher
- Defined in:
- lib/datadog/ci/contrib/cucumber/patcher.rb
Overview
Patcher enables patching of ‘cucumber’ module.
Class Method Summary collapse
Methods included from Tracing::Contrib::Patcher
Class Method Details
.patch ⇒ Object
20 21 22 |
# File 'lib/datadog/ci/contrib/cucumber/patcher.rb', line 20 def patch ::Cucumber::Runtime.include(Instrumentation) end |
.target_version ⇒ Object
16 17 18 |
# File 'lib/datadog/ci/contrib/cucumber/patcher.rb', line 16 def target_version Integration.version end |