Method: Datadog::Configuration::Options::InstanceMethods#options_hash
- Defined in:
- lib/ddtrace/configuration/options.rb
#options_hash ⇒ Object
82 83 84 85 86 |
# File 'lib/ddtrace/configuration/options.rb', line 82 def self.class..merge().each_with_object({}) do |(key, _), hash| hash[key] = get_option(key) end end |