module Datadog::CI::Contrib::Cucumber::Patcher
Patcher
enables patching of 'cucumber' module.
Public Instance Methods
patch()
click to toggle source
# File lib/datadog/ci/contrib/cucumber/patcher.rb, line 19 def patch ::Cucumber::Runtime.include(Instrumentation) end
target_version()
click to toggle source
# File lib/datadog/ci/contrib/cucumber/patcher.rb, line 15 def target_version Integration.version end