class ElasticAPM::Spies::RakeSpy

@api private

Public Instance Methods

install() click to toggle source
# File lib/elastic_apm/spies/rake.rb, line 57
def install
  ::Rake::Task.prepend(Ext)
end