Sha256: 2e85d5926554812bce9a056e097b12a915bb49460b075013b91223908626196a
Contents?: true
Size: 511 Bytes
Versions: 33
Compression:
Stored size: 511 Bytes
Contents
# This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true module NewRelic::Agent::Instrumentation module <%= @class_name %>::Prepend include NewRelic::Agent::Instrumentation::<%= @class_name %> def <%= @method.downcase %><%= "(#{@args})" unless @args.empty? %> <%= @method.downcase %>_with_new_relic<%= "(#{@args})" unless @args.empty? %> { super } end end end
Version data entries
33 entries across 33 versions & 1 rubygems