Sha256: f4fb2e432607901933684e06f9d62e53bf1e63c85074b9d9d7064c7a3b51ecd1
Contents?: true
Size: 409 Bytes
Versions: 19
Compression:
Stored size: 409 Bytes
Contents
alias_method(:<%= @method.downcase %>_without_new_relic, :<%= @method.downcase %>) alias_method(:<%= @method.downcase %>, :<%= @method.downcase %>_with_new_relic) def <%= @method.downcase %><%= "(#{@args})" unless @args.empty? %> <%= @method.downcase %>_with_new_relic<%= "(#{@args})" unless @args.empty? %> do <%= @method.downcase %>_without_new_relic<%= "(#{@args})" unless @args.empty? %> end end
Version data entries
19 entries across 19 versions & 1 rubygems