Skip to content

Commit

Permalink
remove redundant line from thor template
Browse files Browse the repository at this point in the history
  • Loading branch information
tannalynn committed Jan 23, 2024
1 parent d7ea08c commit b16aafd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
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
Expand Down

0 comments on commit b16aafd

Please sign in to comment.