Module: Datadog::CI::Contrib::Patcher

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