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
13 14 15 16 |
# File 'lib/ddtrace/contrib/ethon/multi_patch.rb', line 13 def self.included(base) # No need to prepend here since add method is included into Multi class base.include(InstanceMethods) end |