# File lib/chef_zero/rest_base.rb, line 207 def text_response(response_code, text) [response_code, {"Content-Type" => "text/plain"}, text] end