Sha256: 5d26c226a9b34e757a3eea53934e77a1e5030e3044abce61ddfdb09a4c1eb600
Contents?: true
Size: 417 Bytes
Versions: 18
Compression:
Stored size: 417 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. require 'new_relic/agent/configuration/dotted_hash' module NewRelic module Agent module Configuration class ManualSource < DottedHash def initialize(hash) super(hash, true) end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems