Method: Datadog::Core::Configuration::Options.included
- Defined in:
- lib/datadog/core/configuration/options.rb
.included(base) ⇒ Object
11 12 13 14 |
# File 'lib/datadog/core/configuration/options.rb', line 11 def self.included(base) base.extend(ClassMethods) base.include(InstanceMethods) end |