Module: Datadog::Patcher

Overview

Defines some useful patching methods for integrations

Defined Under Namespace

Modules: CommonMethods

Class Method Summary collapse

Methods included from CommonMethods

do_once, without_warnings

Class Method Details

.included(base) ⇒ Object



4
5
6
7
# File 'lib/ddtrace/patcher.rb', line 4

def self.included(base)
  base.send(:extend, CommonMethods)
  base.send(:include, CommonMethods)
end