diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2015-03-06 09:56:31 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2015-03-06 09:56:31 -0800 |
commit | 9e679b833c2a3203a12102f9a1b024f87d0b23f2 (patch) | |
tree | e6e5946d5b37a88b7550e73282bf785ce283f961 /lib/chef/http/json_output.rb | |
parent | 95510896fdf938be5e8631b96719053805e04ec2 (diff) | |
download | chef-lcg/unused_method_argument.tar.gz |
fix Lint/UnusedMethodArgumentlcg/unused_method_argument
appends '_' to all unused method arguments, autogenerated from rubocop.
Diffstat (limited to 'lib/chef/http/json_output.rb')
-rw-r--r-- | lib/chef/http/json_output.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/json_output.rb b/lib/chef/http/json_output.rb index 069eb6a87f..8abf46f07f 100644 --- a/lib/chef/http/json_output.rb +++ b/lib/chef/http/json_output.rb @@ -69,7 +69,7 @@ class Chef [http_response, rest_request, return_value] end - def stream_response_handler(response) + def stream_response_handler(_response) nil end |