Sha256: d5162e6e7be8226b2b6b9512f00005ba9f129e0cf6c2e39172c460795a2ce29b
Contents?: true
Size: 385 Bytes
Versions: 6
Compression:
Stored size: 385 Bytes
Contents
module Oboe module Inst def self.load_instrumentation # Load the general instrumentation pattern = File.join(File.dirname(__FILE__), 'inst', '*.rb') Dir.glob(pattern) do |f| begin require f rescue => e Oboe.logger.error "[oboe/loading] Error loading insrumentation file '#{f}' : #{e}" end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems