Method: Chef::HTTP::JSONOutput#handle_stream_complete
- Defined in:
- lib/chef/http/json_output.rb
#handle_stream_complete(http_response, rest_request, return_value) ⇒ Object
72 73 74 |
# File 'lib/chef/http/json_output.rb', line 72 def handle_stream_complete(http_response, rest_request, return_value) [http_response, rest_request, return_value] end |