18 19 20 21 22
# File 'lib/deep_test.rb', line 18 def self.init(options) return if @initialized @initialized = true Metrics::Gatherer.setup(options) end