Sha256: 0b53e6f9bce9c61ccc2a69dfbdb98904cc55cf0586a217977197b6c2ad9170d4
Contents?: true
Size: 352 Bytes
Versions: 36
Compression:
Stored size: 352 Bytes
Contents
# frozen_string_literal: true require_relative 'configuration' # Global namespace that includes all Datadog functionality. # @public_api module Datadog module Core # Used to decorate Datadog module with additional behavior module Extensions def self.extended(base) base.extend(Core::Configuration) end end end end
Version data entries
36 entries across 36 versions & 2 rubygems