summaryrefslogtreecommitdiff
path: root/lib/chef/http/json_input.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/json_input.rb')
-rw-r--r--lib/chef/http/json_input.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/http/json_input.rb b/lib/chef/http/json_input.rb
index 23ccc3a8a7..f919288938 100644
--- a/lib/chef/http/json_input.rb
+++ b/lib/chef/http/json_input.rb
@@ -25,7 +25,7 @@ class Chef
# Middleware that takes json input and turns it into raw text
class JSONInput
- def initialize(opts={})
+ def initialize(_opts={})
end
def handle_request(method, url, headers={}, data=false)
@@ -45,7 +45,7 @@ class Chef
[http_response, rest_request, return_value]
end
- def stream_response_handler(response)
+ def stream_response_handler(_response)
nil
end