Module: Datadog::CI::Contrib::Patcher
- Included in:
- ActiveSupport::Patcher, Ciqueue::Patcher, Cucumber::Patcher, Cuprite::Patcher, Knapsack::Patcher, Lograge::Patcher, Minitest::Patcher, Datadog::CI::Contrib::ParallelTests::Patcher, RSpec::Patcher, Selenium::Patcher, SemanticLogger::Patcher, Simplecov::Patcher
- Defined in:
- lib/datadog/ci/contrib/patcher.rb
Overview
Common behavior for patcher modules.
Defined Under Namespace
Modules: CommonMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
10 11 12 |
# File 'lib/datadog/ci/contrib/patcher.rb', line 10 def self.included(base) base.singleton_class.prepend(CommonMethods) end |