class ElasticAPM::Spies::ResqueSpy
@api private
Constants
- TYPE
Public Instance Methods
install()
click to toggle source
# File lib/elastic_apm/spies/resque.rb, line 45 def install ::Resque::Job.prepend(Ext) end