summaryrefslogtreecommitdiff
path: root/lib/chef/http/remote_request_id.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/remote_request_id.rb')
-rw-r--r--lib/chef/http/remote_request_id.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/http/remote_request_id.rb b/lib/chef/http/remote_request_id.rb
index 6bec5dba4f..1797e33f82 100644
--- a/lib/chef/http/remote_request_id.rb
+++ b/lib/chef/http/remote_request_id.rb
@@ -21,7 +21,7 @@ class Chef
class HTTP
class RemoteRequestID
- def initialize(opts={})
+ def initialize(_opts={})
end
def handle_request(method, url, headers={}, data=false)
@@ -33,7 +33,7 @@ class Chef
[http_response, rest_request, return_value]
end
- def stream_response_handler(response)
+ def stream_response_handler(_response)
nil
end