Skip to content

Commit

Permalink
Remove interpolation of name
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Feb 25, 2023
1 parent 236788a commit 74358ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/agent/http_clients/abstract.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module HTTPClients
# @api public
class AbstractRequest
[:[], :[]=, :type, :host_from_header, :host, :method, :headers, :uri].each do |name|
define_method("#{name}") do
define_method(name) do
not_implemented(name)
end
end
Expand Down

0 comments on commit 74358ac

Please sign in to comment.