Sha256: 75b1c70355b433fffcfcd9a428fa321fba51d3d20a9dc8776ec4090fad7863b0
Contents?: true
Size: 403 Bytes
Versions: 64
Compression:
Stored size: 403 Bytes
Contents
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/rpm/blob/master/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
64 entries across 64 versions & 2 rubygems