Module: Datadog::Contrib::Ethon::MultiPatch

Defined in:
lib/ddtrace/contrib/ethon/multi_patch.rb

Overview

Ethon MultiPatch

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



11
12
13
14
# File 'lib/ddtrace/contrib/ethon/multi_patch.rb', line 11

def self.included(base)
  # No need to prepend here since add method is included into Multi class
  base.send(:include, InstanceMethods)
end