Module: Tracebin::BackgroundJobInstrumentation

Defined in:
lib/tracebin/background_job_instrumentation.rb,
lib/tracebin/background_job_instrumentation/resque.rb,
lib/tracebin/background_job_instrumentation/sidekiq.rb

Defined Under Namespace

Modules: ResqueInstrumentationInstaller Classes: Sidekiq

Class Method Summary collapse

Class Method Details

.install(inst_name) ⇒ Object



3
4
5
# File 'lib/tracebin/background_job_instrumentation.rb', line 3

def self.install(inst_name)
  self.send inst_name
end