# File lib/chef_zero/rest_base.rb, line 118 def already_json_response(response_code, json_text) [response_code, {"Content-Type" => "application/json"}, json_text] end