Sha256: defed290ce30c9fe2522d8167ebcc0e85f2c29e5e31d0fd515007ca237c47459
Contents?: true
Size: 421 Bytes
Versions: 8
Compression:
Stored size: 421 Bytes
Contents
# Copyright (c) 2012 by Tracelytics, Inc. # All rights reserved. module Oboe module API def self.extend_with_tracing extend Oboe::API::Logging extend Oboe::API::Tracing extend Oboe::API::LayerInit end def self.extend_with_noop extend Oboe::API::LoggingNoop extend Oboe::API::TracingNoop extend Oboe::API::LayerInitNoop end extend Oboe::API::Util end end
Version data entries
8 entries across 8 versions & 1 rubygems