Method: Datadog::DI::Configuration::Settings.extended
- Defined in:
- lib/datadog/di/configuration/settings.rb
.extended(base) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
8 9 10 11 |
# File 'lib/datadog/di/configuration/settings.rb', line 8 def self.extended(base) base = base.singleton_class unless base.is_a?(Class) add_settings!(base) end |