module Datadog::Contrib::Rake::Instrumentation
Instrumentation
for Rake
tasks
Public Class Methods
included(base)
click to toggle source
# File lib/ddtrace/contrib/rake/instrumentation.rb, line 9 def self.included(base) base.send(:prepend, InstanceMethods) end